Add new storage function to slave store

pull/1126/head
Erik Johnston 2016-09-16 08:37:39 +01:00
parent 098db4aa52
commit 418bcd4309
1 changed files with 1 additions and 0 deletions

View File

@ -62,6 +62,7 @@ class SlavedEventStore(BaseSlavedStore):
)
self.stream_ordering_month_ago = 0
self._stream_order_on_start = self.get_room_max_stream_ordering()
# Cached functions can't be accessed through a class instance so we need
# to reach inside the __dict__ to extract them.