diff options
author | Erik Johnston <erik@matrix.org> | 2018-03-19 16:06:02 +0000 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2018-03-19 16:12:48 +0000 |
commit | 610accbb7f58d7a07007dedaa054c8ad7a9f5851 (patch) | |
tree | 5c1c0fddd1691a29e2c7ef19819f66a54e849c53 /synapse | |
parent | Merge pull request #3005 from matrix-org/erikj/fix_cache_size (diff) | |
download | synapse-610accbb7f58d7a07007dedaa054c8ad7a9f5851.tar.xz |
Fix replication after switch to simplejson
Turns out that simplejson serialises namedtuple's as dictionaries rather than tuples by default.
Diffstat (limited to 'synapse')
-rw-r--r-- | synapse/replication/tcp/commands.py | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/synapse/replication/tcp/commands.py b/synapse/replication/tcp/commands.py |