Ensure that creator of group sees group down /sync

This commit is contained in:
Erik Johnston 2017-09-19 10:35:35 +01:00
parent b5feaa5a49
commit 93e504d04e
2 changed files with 31 additions and 4 deletions

View file

@ -637,6 +637,7 @@ class SyncHandler(object):
if membership == "join":
if gtype == "membership":
# TODO: Add profile
content.pop("membership", None)
joined[group_id] = content["content"]
else: