Fix replication

pull/2266/head
Erik Johnston 2017-06-09 11:01:28 +01:00
parent 0185b75381
commit 298d83b340
1 changed files with 0 additions and 1 deletions

View File

@ -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)