peeeeeeeeep8888888888888888888888888888

This commit is contained in:
Erik Johnston 2017-10-11 15:54:00 +01:00
parent ea18996f54
commit 818b08d0e4

View File

@ -1178,7 +1178,7 @@ class GroupServerStore(SQLBaseStore):
user_id,
gtype,
json.loads(content_json),
) for stream_id, group_id, user_id, gtype, content_json in txn]
) for stream_id, group_id, user_id, gtype, content_json in txn]
return self.runInteraction(
"get_all_groups_changes", _get_all_groups_changes_txn,
)