1
0
Fork 0
mirror of https://github.com/element-hq/synapse.git synced 2025-04-08 13:54:00 +00:00

Actually use the new function

This commit is contained in:
Erik Johnston 2016-10-24 13:39:49 +01:00
parent d04e2ff3a4
commit b6800a8ecd

View file

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