pull/1872/head
Erik Johnston 2017-02-01 17:35:23 +00:00
parent 7e919bdbd0
commit d61a04583e
1 changed files with 3 additions and 0 deletions

View File

@ -245,6 +245,9 @@ class StreamStore(SQLBaseStore):
defer.returnValue(results)
def get_rooms_that_changed(self, room_ids, from_key):
"""Given a list of rooms and a token, return rooms where there may have
been changes.
"""
from_key = RoomStreamToken.parse_stream_token(from_key).stream
return set(
room_id for room_id in room_ids