mirror of
https://github.com/element-hq/synapse.git
synced 2025-03-10 09:56:49 +00:00
Implement required method 'resumeProducing'
This commit is contained in:
parent
d3861b4442
commit
afdfd12bdf
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…
Add table
Reference in a new issue