peeeeeeeeep8888888888888888888888888888

This commit is contained in:
Erik Johnston 2017-10-11 15:54:00 +01:00
parent ea18996f54
commit 818b08d0e4
1 changed files with 1 additions and 1 deletions

View File

@ -1178,7 +1178,7 @@ class GroupServerStore(SQLBaseStore):
user_id, user_id,
gtype, gtype,
json.loads(content_json), 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( return self.runInteraction(
"get_all_groups_changes", _get_all_groups_changes_txn, "get_all_groups_changes", _get_all_groups_changes_txn,
) )