mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 12:26:02 -04:00
Doc args
This commit is contained in:
parent
d61a04583e
commit
fbfe44bb4d
2 changed files with 11 additions and 0 deletions
|
@ -247,6 +247,10 @@ class StreamStore(SQLBaseStore):
|
|||
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.
|
||||
|
||||
Args:
|
||||
room_ids (list)
|
||||
from_key (str): The room_key portion of a StreamToken
|
||||
"""
|
||||
from_key = RoomStreamToken.parse_stream_token(from_key).stream
|
||||
return set(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue