TEXTFIELD_PROPS_SERVER_WELCOME_MESSAGE.maxLength = 2500; (#401)
Fixes #1595
This commit is contained in:
@@ -78,7 +78,7 @@ export const TEXTFIELD_PROPS_SERVER_SUMMARY = {
|
|||||||
export const TEXTFIELD_PROPS_SERVER_WELCOME_MESSAGE = {
|
export const TEXTFIELD_PROPS_SERVER_WELCOME_MESSAGE = {
|
||||||
apiPath: API_SERVER_WELCOME_MESSAGE,
|
apiPath: API_SERVER_WELCOME_MESSAGE,
|
||||||
configPath: 'instanceDetails',
|
configPath: 'instanceDetails',
|
||||||
maxLength: 500,
|
maxLength: 2500,
|
||||||
placeholder: '',
|
placeholder: '',
|
||||||
label: 'Welcome Message',
|
label: 'Welcome Message',
|
||||||
tip: 'A system chat message sent to viewers when they first connect to chat. Leave blank to disable.',
|
tip: 'A system chat message sent to viewers when they first connect to chat. Leave blank to disable.',
|
||||||
|
|||||||
Reference in New Issue
Block a user