Custom emojis: increasing the limit.

This commit is contained in:
John Livingston 2024-06-10 17:17:15 +02:00
parent 73b1be917f
commit c6513f922b
No known key found for this signature in database
GPG Key ID: B17B5640CE66CDBC
1 changed files with 1 additions and 1 deletions

View File

@ -6,4 +6,4 @@ export const maxSize: number = 30 * 1024
export const allowedExtensions = ['png', 'jpg', 'jpeg', 'gif']
export const inputFileAccept = ['image/jpg', 'image/png', 'image/gif']
export const allowedMimeTypes = ['image/jpg', 'image/png', 'image/gif']
export const maxEmojisPerChannel = 100
export const maxEmojisPerChannel = 200