mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-03 16:34:47 -04:00
SYN-153: Fix formatting of federation error message
This commit is contained in:
parent
493055731e
commit
dcb99e4972
1 changed files with 1 additions and 1 deletions
|
@ -128,7 +128,7 @@ class DirectoryHandler(BaseHandler):
|
||||||
"servers": result.servers,
|
"servers": result.servers,
|
||||||
})
|
})
|
||||||
else:
|
else:
|
||||||
raise SynapseError(404, "Room alias \"%s\" not found", room_alias)
|
raise SynapseError(404, "Room alias \"%s\" not found" % (room_alias,))
|
||||||
|
|
||||||
|
|
||||||
@defer.inlineCallbacks
|
@defer.inlineCallbacks
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue