Pass though _get_state_group_for_events
This commit is contained in:
parent
3367e65476
commit
35b6e6d2a8
|
@ -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):
|
||||
|
||||
|
|
Loading…
Reference in New Issue