diff options
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 |