summaryrefslogtreecommitdiffstats
path: root/app/emoji.go
diff options
context:
space:
mode:
Diffstat (limited to 'app/emoji.go')
-rw-r--r--app/emoji.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/emoji.go b/app/emoji.go
index f48501cf9..2f957fbcc 100644
--- a/app/emoji.go
+++ b/app/emoji.go
@@ -23,7 +23,7 @@ import (
)
const (
- MaxEmojiFileSize = 1000 * 1024 // 1 MB
+ MaxEmojiFileSize = 1 << 20 // 1 MB
MaxEmojiWidth = 128
MaxEmojiHeight = 128
)