Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Fix public room pagination for client_reader app
Browse files Browse the repository at this point in the history
  • Loading branch information
erikjohnston committed Sep 16, 2016
1 parent 9e1283c commit 995f2f0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions synapse/replication/slave/storage/room.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ def __init__(self, db_conn, hs):
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()
Expand Down

0 comments on commit 995f2f0

Please sign in to comment.