mirror of
https://github.com/owncast/owncast.git
synced 2025-11-01 10:55:57 +08:00
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:
@ -49,6 +49,7 @@ export const initialServerConfigState: ConfigDetails = {
|
||||
supportedCodecs: [],
|
||||
videoCodec: '',
|
||||
forbiddenUsernames: [],
|
||||
suggestedUsernames: [],
|
||||
chatDisabled: false,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user