Fix: the emojis import function could add more entries than max allowed emoji count.

+ another minor fix.
This commit is contained in:
John Livingston
2024-06-20 11:38:04 +02:00
parent 83dd3130a1
commit a0b4b5f61a
5 changed files with 15 additions and 1 deletions

View File

@ -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