Add stub functions and work out execution flow to implement AS event stream polling.

This commit is contained in:
Kegan Dougal 2015-02-25 15:00:59 +00:00
parent 255f989c7b
commit 2d20466f9a
4 changed files with 65 additions and 12 deletions

View file

@ -69,9 +69,6 @@ class EventStreamHandler(BaseHandler):
)
self._streams_per_user[auth_user] += 1
if pagin_config.from_token is None:
pagin_config.from_token = None
rm_handler = self.hs.get_handlers().room_member_handler
room_ids = yield rm_handler.get_rooms_for_user(auth_user)