forked from MirrorHub/synapse
Add new storage function to slave store
This commit is contained in:
parent
098db4aa52
commit
418bcd4309
1 changed files with 1 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue