mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-11-13 14:40:38 -05:00
Handling expiring stream extrems correctly.
This commit is contained in:
parent
ea6dc356b0
commit
de4f798f01
2 changed files with 22 additions and 3 deletions
|
|
@ -222,6 +222,8 @@ class DataStore(RoomMemberStore, RoomStore,
|
|||
self._find_stream_orderings_for_times, 60 * 60 * 1000
|
||||
)
|
||||
|
||||
self._stream_order_on_start = self.get_room_max_stream_ordering()
|
||||
|
||||
super(DataStore, self).__init__(hs)
|
||||
|
||||
def take_presence_startup_info(self):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue