Improve and activate groups

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel
2020-09-29 09:53:48 +02:00
parent 1ca46a6863
commit 49a5725da3
131 changed files with 16440 additions and 1929 deletions

View File

@@ -528,7 +528,7 @@ defmodule Mobilizon.GraphQL.Resolvers.PostTest do
)
assert Enum.map(res["errors"], & &1["message"]) == [
"Actor id is not member of group"
"Profile is not member of group"
]
end
end