Change custom icon file size limit

This commit is contained in:
KMY 2023-02-27 15:09:49 +09:00
parent 5beb8b33de
commit 69cee80c48

View file

@ -24,7 +24,7 @@
class CustomEmoji < ApplicationRecord
include Attachmentable
LIMIT = 256.kilobytes
LIMIT = 512.kilobytes
SHORTCODE_RE_FRAGMENT = '[a-zA-Z0-9_]{2,}'