Fix: the emojis import function could add more entries than max allowed emoji count.
+ another minor fix.
This commit is contained in:
1
client/@types/global.d.ts
vendored
1
client/@types/global.d.ts
vendored
@ -83,6 +83,7 @@ declare const LOC_LIVECHAT_CONFIGURATION_CHANNEL_BOT_NICKNAME: string
|
||||
declare const LOC_LIVECHAT_CONFIGURATION_CHANNEL_FOR_MORE_INFO: string
|
||||
|
||||
declare const LOC_VALIDATION_ERROR: string
|
||||
declare const LOC_TOO_MANY_ENTRIES: string
|
||||
declare const LOC_INVALID_VALUE: string
|
||||
declare const LOC_INVALID_VALUE_MISSING: string
|
||||
declare const LOC_INVALID_VALUE_WRONG_TYPE: string
|
||||
|
Reference in New Issue
Block a user