Custom channel emoticons WIP (#130)
This commit is contained in:
5
shared/lib/emojis.ts
Normal file
5
shared/lib/emojis.ts
Normal file
@ -0,0 +1,5 @@
|
||||
export const maxSize: number = 20 * 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
|
Reference in New Issue
Block a user