mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-12-09 22:59:24 -05:00
Replace returnValue with return (#5736)
This commit is contained in:
parent
18a466b84e
commit
4806651744
177 changed files with 1359 additions and 1513 deletions
|
|
@ -193,4 +193,4 @@ class ResourceLimitsServerNotices(object):
|
|||
if event_id in referenced_events:
|
||||
referenced_events.remove(event.event_id)
|
||||
|
||||
defer.returnValue((currently_blocked, referenced_events))
|
||||
return (currently_blocked, referenced_events)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue