diff options
author | Erik Johnston <erik@matrix.org> | 2017-10-11 15:44:37 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2017-10-11 15:44:39 +0100 |
commit | ea18996f54194f920dc506201a65eb3d36bb161d (patch) | |
tree | d5900fe3c3a251640f146251a818b4eb325290b2 /synapse | |
parent | Merge pull request #2530 from matrix-org/rav/fix_receipt_logcontext (diff) | |
download | synapse-ea18996f54194f920dc506201a65eb3d36bb161d.tar.xz |
Fix group stream replication
The stream update functions expect the storage function to return a list of tuples.
Diffstat (limited to 'synapse')
-rw-r--r-- | synapse/storage/group_server.py | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/synapse/storage/group_server.py b/synapse/storage/group_server.py |