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

Error code must be an integer

parent c9d1ee24
Branches
Tags
No related merge requests found
...@@ -237,7 +237,7 @@ class FederationHandler(BaseHandler): ...@@ -237,7 +237,7 @@ class FederationHandler(BaseHandler):
try: try:
yield d yield d
except defer.CancelledError: except defer.CancelledError:
raise SynapseError("500", "Unable to join remote room") raise SynapseError(500, "Unable to join remote room")
try: try:
yield self.store.store_room( yield self.store.store_room(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment