mirror of
https://mau.dev/maunium/synapse.git
synced 2024-11-12 04:52:26 +01:00
Pass through get_state_groups
This commit is contained in:
parent
0c4ccdcb83
commit
3367e65476
1 changed files with 4 additions and 0 deletions
|
@ -127,6 +127,10 @@ class PusherSlaveStore(
|
||||||
DataStore.get_profile_displayname.__func__
|
DataStore.get_profile_displayname.__func__
|
||||||
)
|
)
|
||||||
|
|
||||||
|
get_state_groups = (
|
||||||
|
DataStore.get_state_groups.__func__
|
||||||
|
)
|
||||||
|
|
||||||
|
|
||||||
class PusherServer(HomeServer):
|
class PusherServer(HomeServer):
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue