Wait for getting a Join in response to an invite/join dance.

This commit is contained in:
Erik Johnston 2014-08-21 14:38:22 +01:00
parent d12a7c3939
commit 1587ea26fe
2 changed files with 28 additions and 2 deletions

View file

@ -24,4 +24,5 @@ class BaseHandler(object):
self.notifier = hs.get_notifier()
self.room_lock = hs.get_room_lock_manager()
self.state_handler = hs.get_state_handler()
self.distributor = hs.get_distributor()
self.hs = hs