Преглед изворни кода

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.
pull/3969/head
Slavi Pantaleev пре 1 година
родитељ
комит
96b3cb8392
1 измењених фајлова са 1 додато и 1 уклоњено
  1. +1
    -1
      roles/custom/matrix-conduit/defaults/main.yml

+ 1
- 1
roles/custom/matrix-conduit/defaults/main.yml Прегледај датотеку

@@ -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…
Откажи
Сачувај