Custom emojis: increasing the limit.

This commit is contained in:
John Livingston
2024-06-10 17:17:15 +02:00
parent 73b1be917f
commit c6513f922b

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