summary refs log tree commit diff
path: root/synapse/replication/tcp/streams/_base.py
diff options
context:
space:
mode:
authorAmber Brown <hawkowl@atleastfornow.net>2019-05-20 15:43:08 -0500
committerAmber Brown <hawkowl@atleastfornow.net>2019-05-20 15:43:08 -0500
commitd142e51f76f8f29b5ce040251803a3fbd3f4a4f4 (patch)
treedc87d11ac9f6c138701a9f85272c41fe094c3067 /synapse/replication/tcp/streams/_base.py
parentMerge remote-tracking branch 'origin/develop' into shhs (diff)
parentRevert "expose SlavedProfileStore to ClientReaderSlavedStore (#5200)" (diff)
downloadsynapse-d142e51f76f8f29b5ce040251803a3fbd3f4a4f4.tar.xz
Merge remote-tracking branch 'origin/develop' into shhs
Diffstat (limited to 'synapse/replication/tcp/streams/_base.py')
-rw-r--r--synapse/replication/tcp/streams/_base.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/synapse/replication/tcp/streams/_base.py b/synapse/replication/tcp/streams/_base.py

index 8971a6a22e..b6ce7a7bee 100644 --- a/synapse/replication/tcp/streams/_base.py +++ b/synapse/replication/tcp/streams/_base.py
@@ -32,6 +32,7 @@ BackfillStreamRow = namedtuple("BackfillStreamRow", ( "type", # str "state_key", # str, optional "redacts", # str, optional + "relates_to", # str, optional )) PresenceStreamRow = namedtuple("PresenceStreamRow", ( "user_id", # str