Pass through _get_state_group_for_events

pull/775/head
David Baker 2016-05-10 19:18:03 +02:00
parent 90afc07f39
commit ae1af262f6
1 changed files with 4 additions and 0 deletions

View File

@ -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):