mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-06-18 05:39:17 -04:00
Pass though _get_state_group_for_events
This commit is contained in:
parent
3367e65476
commit
35b6e6d2a8
1 changed files with 4 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue