summary refs log tree commit diff
path: root/synapse/replication
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2017-06-09 11:01:28 +0100
committerErik Johnston <erik@matrix.org>2017-06-09 11:01:28 +0100
commit298d83b34053a45beaa5ad1d202b3ca8e3b1bafe (patch)
tree2b01385f45c6fe30b0b0e2a5de38c4744b43b9e3 /synapse/replication
parentChange is_host_joined to use current_state table (diff)
downloadsynapse-298d83b34053a45beaa5ad1d202b3ca8e3b1bafe.tar.xz
Fix replication
Diffstat (limited to 'synapse/replication')
-rw-r--r--synapse/replication/slave/storage/events.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/synapse/replication/slave/storage/events.py b/synapse/replication/slave/storage/events.py
index 6cd3a843df..3f33d473cc 100644
--- a/synapse/replication/slave/storage/events.py
+++ b/synapse/replication/slave/storage/events.py
@@ -154,7 +154,6 @@ class SlavedEventStore(BaseSlavedStore):
         DataStore.get_room_events_stream_for_rooms.__func__
     )
     is_host_joined = DataStore.is_host_joined.__func__
-    _is_host_joined = RoomMemberStore.__dict__["_is_host_joined"]
     get_stream_token_for_event = DataStore.get_stream_token_for_event.__func__
 
     _set_before_and_after = staticmethod(DataStore._set_before_and_after)