Correctly add joins to correct segment

pull/2426/head
Erik Johnston 2017-07-24 13:31:26 +01:00
parent 96917d5552
commit d5e32c843f
1 changed files with 1 additions and 1 deletions

View File

@ -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":