mirror of
https://mau.dev/maunium/synapse.git
synced 2024-12-20 06:14:03 +01:00
Merge branch 'hotfixes-v0.10.0-r1' of github.com:matrix-org/synapse into develop
This commit is contained in:
commit
a9770e5d24
1 changed files with 3 additions and 0 deletions
|
@ -491,6 +491,9 @@ class _JsonProducer(object):
|
|||
def stopProducing(self):
|
||||
pass
|
||||
|
||||
def resumeProducing(self):
|
||||
pass
|
||||
|
||||
|
||||
def _flatten_response_never_received(e):
|
||||
if hasattr(e, "reasons"):
|
||||
|
|
Loading…
Reference in a new issue