mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-12-05 00:32:21 -05:00
Fix some DETECTED VIOLATIONS in the config file (#7550)
consistency ftw
This commit is contained in:
parent
d1ae1015ec
commit
66a564c859
8 changed files with 72 additions and 55 deletions
|
|
@ -148,9 +148,7 @@ class RegistrationConfig(Config):
|
|||
random_string_with_symbols(50),
|
||||
)
|
||||
else:
|
||||
registration_shared_secret = (
|
||||
"# registration_shared_secret: <PRIVATE STRING>"
|
||||
)
|
||||
registration_shared_secret = "#registration_shared_secret: <PRIVATE STRING>"
|
||||
|
||||
return (
|
||||
"""\
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue