diff options
author | lain <lain@soykaf.club> | 2020-08-22 22:58:30 +0200 |
---|---|---|
committer | lain <lain@soykaf.club> | 2020-08-22 22:58:30 +0200 |
commit | db057e9e13fdb920147af486c76fadc4e032e6db (patch) | |
tree | e6ab4171f86ece3a8cb7ff7fa8a2526498e1e1ad /lib/pleroma/web/matrix_controller.ex | |
parent | 9fd7c0591efe5334baa250dc5f9b8ce65648648e (diff) | |
download | pleroma-db057e9e13fdb920147af486c76fadc4e032e6db.tar.gz |
MatrixController: Better guesses.
Diffstat (limited to 'lib/pleroma/web/matrix_controller.ex')
-rw-r--r-- | lib/pleroma/web/matrix_controller.ex | 2 |
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 |