Skip to content
Snippets Groups Projects
Commit d5e32c84 authored by Erik Johnston's avatar Erik Johnston
Browse files

Correctly add joins to correct segment

parent 96917d55
No related branches found
No related tags found
No related merge requests found
......@@ -616,7 +616,7 @@ class SyncHandler(object):
if membership == "join":
if gtype == "membership":
content.pop("membership", None)
invited[group_id] = content["content"]
joined[group_id] = content["content"]
else:
joined.setdefault(group_id, {})[gtype] = content
elif membership == "invite":
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment