feat: add option to save custom username suggestions (#415)

* 💄 add option to save custom username suggestions that shall be used instead of the docker style usernames.

* 🚸 add minimum of 10 usernames / update wording

* Prettified Code!

* 🚸 add message for the default name generator / indicate that no further action is required

Co-authored-by: jeyemwey <jeyemwey@users.noreply.github.com>
This commit is contained in:
Jannik
2022-01-12 19:17:14 +01:00
committed by GitHub
parent 0f3051960f
commit 030b936f05
6 changed files with 106 additions and 15 deletions

View File

@ -49,6 +49,7 @@ export const initialServerConfigState: ConfigDetails = {
supportedCodecs: [],
videoCodec: '',
forbiddenUsernames: [],
suggestedUsernames: [],
chatDisabled: false,
};