mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2024-10-01 11:49:51 -04:00
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__
|
DataStore.get_state_groups.__func__
|
||||||
)
|
)
|
||||||
|
|
||||||
|
_get_state_group_for_events = (
|
||||||
|
DataStore._get_state_group_for_events.__func__
|
||||||
|
)
|
||||||
|
|
||||||
|
|
||||||
class PusherServer(HomeServer):
|
class PusherServer(HomeServer):
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user