mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2024-10-01 11:49:51 -04:00
We do want to consumeError
This commit is contained in:
parent
72a4de2ce6
commit
c2b1dbd84c
@ -181,7 +181,7 @@ class TypingNotificationHandler(BaseHandler):
|
||||
},
|
||||
))
|
||||
|
||||
yield defer.DeferredList(deferreds, consumeErrors=False)
|
||||
yield defer.DeferredList(deferreds, consumeErrors=True)
|
||||
|
||||
@defer.inlineCallbacks
|
||||
def _recv_edu(self, origin, content):
|
||||
|
Loading…
Reference in New Issue
Block a user