mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2024-10-01 11:49:51 -04: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_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
|
# Cached functions can't be accessed through a class instance so we need
|
||||||
# to reach inside the __dict__ to extract them.
|
# to reach inside the __dict__ to extract them.
|
||||||
|
Loading…
Reference in New Issue
Block a user