Skip to content
Snippets Groups Projects
Commit 418bcd43 authored by Erik Johnston's avatar Erik Johnston
Browse files

Add new storage function to slave store

parent 098db4aa
No related branches found
No related tags found
No related merge requests found
...@@ -62,6 +62,7 @@ class SlavedEventStore(BaseSlavedStore): ...@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment