Bump to media attachments max on poll (disabled now)
This commit is contained in:
parent
ec0ed1cfd8
commit
2a54b76823
5 changed files with 11 additions and 4 deletions
|
@ -36,6 +36,7 @@ class MediaAttachment < ApplicationRecord
|
|||
include RoutingHelper
|
||||
|
||||
LOCAL_STATUS_ATTACHMENT_MAX = 4
|
||||
LOCAL_STATUS_ATTACHMENT_MAX_WITH_POLL = 4
|
||||
ACTIVITYPUB_STATUS_ATTACHMENT_MAX = 16
|
||||
|
||||
enum type: { image: 0, gifv: 1, video: 2, unknown: 3, audio: 4 }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue