mirror of
https://github.com/yingziwu/mastodon.git
synced 2026-02-07 21:15:12 +00:00
fix bug.
This commit is contained in:
parent
43341d82db
commit
6b284a976d
1 changed files with 1 additions and 1 deletions
|
|
@ -40,7 +40,7 @@ class MediaAttachment < ApplicationRecord
|
|||
|
||||
IMAGE_STYLES = {
|
||||
original: {
|
||||
pixels: 3_686_400 #1920x1920px
|
||||
pixels: 3_686_400, #1920x1920px
|
||||
file_geometry_parser: FastGeometryParser,
|
||||
},
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue