diff --git a/synapse/replication/slave/storage/room.py b/synapse/replication/slave/storage/room.py
index 81743941dc9e17435d44227e941f1c69e8239acd..23c613863f43adc2fe715fa880f170fb1172b520 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()