Skip to content
Snippets Groups Projects
Commit a9770e5d authored by Erik Johnston's avatar Erik Johnston
Browse files

Merge branch 'hotfixes-v0.10.0-r1' of github.com:matrix-org/synapse into develop

parents 391f2aa5 afdfd12b
No related branches found
No related tags found
No related merge requests found
...@@ -491,6 +491,9 @@ class _JsonProducer(object): ...@@ -491,6 +491,9 @@ class _JsonProducer(object):
def stopProducing(self): def stopProducing(self):
pass pass
def resumeProducing(self):
pass
def _flatten_response_never_received(e): def _flatten_response_never_received(e):
if hasattr(e, "reasons"): if hasattr(e, "reasons"):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment