Skip to content
Snippets Groups Projects
Commit b6800a8e authored by Erik Johnston's avatar Erik Johnston
Browse files

Actually use the new function

parent d04e2ff3
No related branches found
No related tags found
No related merge requests found
......@@ -73,7 +73,7 @@ class EventSources(object):
token = StreamToken(
room_key=(
yield self.sources["room"].get_current_key()
yield self.sources["room"].get_current_key_for_room(room_id)
),
presence_key=(
yield self.sources["presence"].get_current_key()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment