diff options
author | Erik Johnston <erik@matrix.org> | 2020-02-28 11:24:05 +0000 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2020-02-28 11:25:34 +0000 |
commit | 9ce4e344a808e15a36a2d9ea03b77ebfc6ac7fe2 (patch) | |
tree | 50df94a33c6d12b1129e89cbf63819f0c570091b /synapse/replication/tcp | |
parent | Change device lists stream to have one row per id. (diff) | |
download | synapse-9ce4e344a808e15a36a2d9ea03b77ebfc6ac7fe2.tar.xz |
Change device list replication to match new semantics.
Instead of sending down batches of user ID/host tuples, send down a row per entity (user ID or host).
Diffstat (limited to 'synapse/replication/tcp')
-rw-r--r-- | synapse/replication/tcp/streams/_base.py | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/synapse/replication/tcp/streams/_base.py b/synapse/replication/tcp/streams/_base.py |