mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 12:16:09 -04:00
Fixup docs
This commit is contained in:
parent
248111bae8
commit
35f9165e96
2 changed files with 6 additions and 2 deletions
|
@ -21,7 +21,11 @@ logger = logging.getLogger(__name__)
|
|||
|
||||
|
||||
class ReplicationUserDevicesResyncRestServlet(ReplicationEndpoint):
|
||||
"""Notifies that a user has joined or left the room
|
||||
"""Ask master to resync the device list for a user by contacting their
|
||||
server.
|
||||
|
||||
This must happen on master so that the results can be correctly cached in
|
||||
the database and streamed to workers.
|
||||
|
||||
Request format:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue