mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-11-20 00:52:23 -05:00
Improve docstrings for methods related to sending EDUs to application services (#11138)
This commit is contained in:
parent
0f9adc99ad
commit
6408372234
7 changed files with 148 additions and 23 deletions
|
|
@ -454,6 +454,10 @@ class DeviceHandler(DeviceWorkerHandler):
|
|||
) -> None:
|
||||
"""Notify that a user's device(s) has changed. Pokes the notifier, and
|
||||
remote servers if the user is local.
|
||||
|
||||
Args:
|
||||
user_id: The Matrix ID of the user who's device list has been updated.
|
||||
device_ids: The device IDs that have changed.
|
||||
"""
|
||||
if not device_ids:
|
||||
# No changes to notify about, so this is a no-op.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue