TEXTFIELD_PROPS_SERVER_WELCOME_MESSAGE.maxLength = 2500; (#401)

Fixes #1595
This commit is contained in:
*=0=1=4=*
2021-12-22 17:05:35 -08:00
committed by GitHub
parent a5ad812054
commit d5d0cbcabf
+1 -1
View File
@@ -78,7 +78,7 @@ export const TEXTFIELD_PROPS_SERVER_SUMMARY = {
export const TEXTFIELD_PROPS_SERVER_WELCOME_MESSAGE = {
apiPath: API_SERVER_WELCOME_MESSAGE,
configPath: 'instanceDetails',
maxLength: 500,
maxLength: 2500,
placeholder: '',
label: 'Welcome Message',
tip: 'A system chat message sent to viewers when they first connect to chat. Leave blank to disable.',