diff options
author | Erik Johnston <erik@matrix.org> | 2015-11-17 16:57:06 +0000 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2015-11-17 16:57:06 +0000 |
commit | afdfd12bdff919ab230b394ba4e2e486f1652e37 (patch) | |
tree | 1b9e01c0126406d70900bc67369862fa83930e4e /synapse/http/matrixfederationclient.py | |
parent | Merge branch 'release-v0.11.0' of github.com:matrix-org/synapse (diff) | |
download | synapse-afdfd12bdff919ab230b394ba4e2e486f1652e37.tar.xz |
Implement required method 'resumeProducing'
Diffstat (limited to 'synapse/http/matrixfederationclient.py')
-rw-r--r-- | synapse/http/matrixfederationclient.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/synapse/http/matrixfederationclient.py b/synapse/http/matrixfederationclient.py index ca9591556d..5d80e0c4da 100644 --- a/synapse/http/matrixfederationclient.py +++ b/synapse/http/matrixfederationclient.py @@ -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"): |