Pass though _get_state_group_for_events

This commit is contained in:
David Baker 2016-05-10 18:56:40 +02:00
parent 3367e65476
commit 35b6e6d2a8

View File

@ -131,6 +131,10 @@ class PusherSlaveStore(
DataStore.get_state_groups.__func__
)
_get_state_group_for_events = (
DataStore._get_state_group_for_events.__func__
)
class PusherServer(HomeServer):