aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlain <lain@soykaf.club>2020-08-22 22:58:30 +0200
committerlain <lain@soykaf.club>2020-08-22 22:58:30 +0200
commitdb057e9e13fdb920147af486c76fadc4e032e6db (patch)
treee6ab4171f86ece3a8cb7ff7fa8a2526498e1e1ad
parent9fd7c0591efe5334baa250dc5f9b8ce65648648e (diff)
downloadpleroma-db057e9e13fdb920147af486c76fadc4e032e6db.tar.gz
MatrixController: Better guesses.
-rw-r--r--lib/pleroma/web/matrix_controller.ex2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pleroma/web/matrix_controller.ex b/lib/pleroma/web/matrix_controller.ex
index 011eed85b..8746cc114 100644
--- a/lib/pleroma/web/matrix_controller.ex
+++ b/lib/pleroma/web/matrix_controller.ex
@@ -384,7 +384,7 @@ defmodule Pleroma.Web.MatrixController do
# Not documented, guessing what's expected here
def joined_groups(conn, _) do
data = %{
- joined: %{}
+ groups: []
}
conn