Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Merge branch 'hotfixes-v0.10.0-r1' of github.com:matrix-org/synapse i…
Browse files Browse the repository at this point in the history
…nto develop
  • Loading branch information
erikjohnston committed Nov 17, 2015
2 parents 391f2aa + afdfd12 commit a9770e5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions synapse/http/matrixfederationclient.py
Original file line number Diff line number Diff line change
Expand Up @@ -491,6 +491,9 @@ def pauseProducing(self):
def stopProducing(self):
pass

def resumeProducing(self):
pass


def _flatten_response_never_received(e):
if hasattr(e, "reasons"):
Expand Down

0 comments on commit a9770e5

Please sign in to comment.