mirror of
https://github.com/matrix-org/synapse.git
synced 2025-02-07 15:55:48 +00:00
Add new storage function to slave store
This commit is contained in:
parent
098db4aa52
commit
418bcd4309
@ -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 New Issue
Block a user