mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-03 08:14:48 -04:00
Fix up types and comments that refer to Deferreds. (#7945)
This commit is contained in:
parent
53f7b49f5b
commit
e739b20588
9 changed files with 174 additions and 157 deletions
|
@ -72,7 +72,7 @@ class AdminHandler(BaseHandler):
|
|||
writer (ExfiltrationWriter)
|
||||
|
||||
Returns:
|
||||
defer.Deferred: Resolves when all data for a user has been written.
|
||||
Resolves when all data for a user has been written.
|
||||
The returned value is that returned by `writer.finished()`.
|
||||
"""
|
||||
# Get all rooms the user is in or has been in
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue