summary refs log tree commit diff
path: root/synapse/replication/resource.py
diff options
context:
space:
mode:
authorErik Johnston <erikj@jki.re>2017-02-01 13:12:30 +0000
committerGitHub <noreply@github.com>2017-02-01 13:12:30 +0000
commit62f6b86ba70dd239bc99e0cf0ce09f815d280e56 (patch)
treebe0a5a99799bde475f9aca75054d69334d43ea05 /synapse/replication/resource.py
parentAdd m.room.member type to query (diff)
parentRemote membership tests for replication (diff)
downloadsynapse-62f6b86ba70dd239bc99e0cf0ce09f815d280e56.tar.xz
Merge pull request #1868 from matrix-org/erikj/replication_cache
Only invalidate membership caches based on the cache stream
Diffstat (limited to 'synapse/replication/resource.py')
-rw-r--r--synapse/replication/resource.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/synapse/replication/resource.py b/synapse/replication/resource.py
index a30e647474..d8eb14592b 100644
--- a/synapse/replication/resource.py
+++ b/synapse/replication/resource.py
@@ -299,9 +299,6 @@ class ReplicationResource(Resource):
                 "backward_ex_outliers", res.backward_ex_outliers,
                 ("position", "event_id", "state_group"),
             )
-            writer.write_header_and_rows(
-                "state_resets", res.state_resets, ("position",),
-            )
 
     @defer.inlineCallbacks
     def presence(self, writer, current_token, request_streams):