mirror of
https://github.com/element-hq/synapse.git
synced 2026-04-28 14:56:13 +00:00
Implement required method 'resumeProducing'
This commit is contained in:
@@ -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"):
|
||||
|
||||
Reference in New Issue
Block a user