We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d79e1c commit 116729aCopy full SHA for 116729a
mautrix/bridge/config.py
@@ -76,6 +76,7 @@ def _new_token() -> str:
76
def forbidden_defaults(self) -> list[ForbiddenDefault]:
77
return [
78
ForbiddenDefault("homeserver.address", "https://example.com"),
79
+ ForbiddenDefault("homeserver.address", "https://matrix.example.com"),
80
ForbiddenDefault("homeserver.domain", "example.com"),
81
] + (
82
[
0 commit comments