Change custom icon file size limit
This commit is contained in:
parent
5beb8b33de
commit
69cee80c48
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@
|
|||
class CustomEmoji < ApplicationRecord
|
||||
include Attachmentable
|
||||
|
||||
LIMIT = 256.kilobytes
|
||||
LIMIT = 512.kilobytes
|
||||
|
||||
SHORTCODE_RE_FRAGMENT = '[a-zA-Z0-9_]{2,}'
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue