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:
@@ -102,5 +102,6 @@ export interface ConfigDetails {
|
||||
supportedCodecs: string[];
|
||||
videoCodec: string;
|
||||
forbiddenUsernames: string[];
|
||||
suggestedUsernames: string[];
|
||||
chatDisabled: boolean;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user