mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2025-01-20 18:07:16 +00:00
Do not auto-add lightning bolt suffix to displayname for newly registered Conduit users
This makes it consistent with other homeserver implementations, which do not mess with the displayname by adding suffixes.
This commit is contained in:
parent
e59e66e6c3
commit
96b3cb8392
@ -131,7 +131,7 @@ matrix_conduit_allow_registration: false
|
||||
matrix_conduit_allow_federation: true
|
||||
|
||||
# Enable the display name lightning bolt on registration.
|
||||
matrix_conduit_enable_lightning_bolt: true
|
||||
matrix_conduit_enable_lightning_bolt: false
|
||||
|
||||
matrix_conduit_trusted_servers:
|
||||
- "matrix.org"
|
||||
|
Loading…
Reference in New Issue
Block a user