mirror of
https://github.com/mastodon/mastodon.git
synced 2025-05-07 12:16:14 +00:00
Update media_attachment.rb
This commit is contained in:
parent
45b17e69f1
commit
b50f365720
|
@ -38,7 +38,6 @@ class MediaAttachment < ApplicationRecord
|
|||
enum :processing, { queued: 0, in_progress: 1, complete: 2, failed: 3 }, prefix: true
|
||||
|
||||
MAX_DESCRIPTION_LENGTH = 1_500
|
||||
MAX_MEDIA_ATTACHMENTS = 4
|
||||
|
||||
IMAGE_LIMIT = 16.megabytes
|
||||
VIDEO_LIMIT = 99.megabytes
|
||||
|
|
Loading…
Reference in New Issue
Block a user