forked from MirrorHub/synapse
Fix public room pagination for client_reader app
This commit is contained in:
parent
9e1283c824
commit
995f2f032f
1 changed files with 1 additions and 0 deletions
|
@ -38,6 +38,7 @@ class RoomStore(BaseSlavedStore):
|
|||
get_published_at_stream_id_txn = (
|
||||
DataStore.get_published_at_stream_id_txn.__func__
|
||||
)
|
||||
get_public_room_changes = DataStore.get_public_room_changes.__func__
|
||||
|
||||
def stream_positions(self):
|
||||
result = super(RoomStore, self).stream_positions()
|
||||
|
|
Loading…
Reference in a new issue