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 9fec6869fd..6f5e7a2e3f 100644
--- a/synapse/app/pusher.py
+++ b/synapse/app/pusher.py
@@ -127,6 +127,10 @@ class PusherSlaveStore(
         DataStore.get_profile_displayname.__func__
     )
 
+    get_state_groups = (
+        DataStore.get_state_groups.__func__
+    )
+
 
 class PusherServer(HomeServer):