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

Fix public room pagination for client_reader app

parent 9e1283c8
No related branches found
No related tags found
No related merge requests found
...@@ -38,6 +38,7 @@ class RoomStore(BaseSlavedStore): ...@@ -38,6 +38,7 @@ class RoomStore(BaseSlavedStore):
get_published_at_stream_id_txn = ( get_published_at_stream_id_txn = (
DataStore.get_published_at_stream_id_txn.__func__ DataStore.get_published_at_stream_id_txn.__func__
) )
get_public_room_changes = DataStore.get_public_room_changes.__func__
def stream_positions(self): def stream_positions(self):
result = super(RoomStore, self).stream_positions() result = super(RoomStore, self).stream_positions()
......
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