mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-01-03 04:00:52 -05: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