summary refs log tree commit diff
path: root/synapse
diff options
context:
space:
mode:
Diffstat (limited to 'synapse')
-rw-r--r--synapse/app/pusher.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/synapse/app/pusher.py b/synapse/app/pusher.py
index 6f5e7a2e3f..d59922422c 100644
--- a/synapse/app/pusher.py
+++ b/synapse/app/pusher.py
@@ -131,6 +131,10 @@ class PusherSlaveStore(
         DataStore.get_state_groups.__func__
     )
 
+    _get_state_group_for_events = (
+        DataStore._get_state_group_for_events.__func__
+    )
+
 
 class PusherServer(HomeServer):