Improve docs
parent
70d17c53dc
commit
d906ca6577
|
@ -653,7 +653,8 @@ class DeviceWorkerStore(SQLBaseStore):
|
||||||
self, user_ids: Optional[Collection[str]] = None,
|
self, user_ids: Optional[Collection[str]] = None,
|
||||||
) -> Set[str]:
|
) -> Set[str]:
|
||||||
"""Given a list of remote users return the list of users that we
|
"""Given a list of remote users return the list of users that we
|
||||||
should resync the device lists for.
|
should resync the device lists for. If None is given instead of a list,
|
||||||
|
return every user that we should resync the device lists for.
|
||||||
|
|
||||||
Returns:
|
Returns:
|
||||||
The IDs of users whose device lists need resync.
|
The IDs of users whose device lists need resync.
|
||||||
|
|
Loading…
Reference in New Issue