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
No related branches found
No related tags found
No related merge requests found
......@@ -237,7 +237,7 @@ class FederationHandler(BaseHandler):
try:
yield d
except defer.CancelledError:
raise SynapseError("500", "Unable to join remote room")
raise SynapseError(500, "Unable to join remote room")
try:
yield self.store.store_room(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment