mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 10:56:06 -04:00
Ensure that creator of group sees group down /sync
This commit is contained in:
parent
b5feaa5a49
commit
93e504d04e
2 changed files with 31 additions and 4 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue