mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-10-01 08:25:44 -04:00
fix tuple
Co-Authored-By: neilisfragile <neil@matrix.org>
This commit is contained in:
parent
9f72c209ee
commit
94a49e0636
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user