summary refs log tree commit diff
path: root/synapse
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2016-09-16 14:48:21 +0100
committerErik Johnston <erik@matrix.org>2016-09-16 14:48:21 +0100
commit995f2f032fd37273d976bc94a2b5b28b2e2abbbd (patch)
tree9c996bf49147abffdb93358a40d7c1cc79d983d8 /synapse
parentMerge pull request #1126 from matrix-org/erikj/public_room_cache (diff)
downloadsynapse-995f2f032fd37273d976bc94a2b5b28b2e2abbbd.tar.xz
Fix public room pagination for client_reader app
Diffstat (limited to 'synapse')
-rw-r--r--synapse/replication/slave/storage/room.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/synapse/replication/slave/storage/room.py b/synapse/replication/slave/storage/room.py
index 81743941dc..23c613863f 100644
--- a/synapse/replication/slave/storage/room.py
+++ b/synapse/replication/slave/storage/room.py
@@ -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()