mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2024-10-01 11:49:51 -04:00
Pass through _get_state_group_for_events
This commit is contained in:
parent
90afc07f39
commit
ae1af262f6
@ -136,6 +136,10 @@ class PusherSlaveStore(
|
||||
StateStore.__dict__["_get_state_group_for_events"]
|
||||
)
|
||||
|
||||
_get_state_group_for_event = (
|
||||
StateStore.__dict__["_get_state_group_for_event"]
|
||||
)
|
||||
|
||||
|
||||
class PusherServer(HomeServer):
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user