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

Comment

parent 7e919bdb
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
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