Skip to content
Snippets Groups Projects
Unverified Commit 94a49e06 authored by Richard van der Hoff's avatar Richard van der Hoff Committed by GitHub
Browse files

fix tuple


Co-Authored-By: default avatarneilisfragile <neil@matrix.org>
parent 9f72c209
No related branches found
No related tags found
No related merge requests found
...@@ -235,7 +235,8 @@ class RegistrationHandler(BaseHandler): ...@@ -235,7 +235,8 @@ class RegistrationHandler(BaseHandler):
if self.hs.hostname != room_alias.domain: if self.hs.hostname != room_alias.domain:
logger.warning( logger.warning(
'Cannot create room alias %s, ' 'Cannot create room alias %s, '
'it does not match server domain', (r,) 'it does not match server domain',
r,
) )
else: else:
# create room expects the localpart of the room alias # create room expects the localpart of the room alias
......
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