mirror of
https://gitlab.com/soapbox-pub/ditto.git
synced 2025-12-06 11:29:46 +00:00
InstanceV2: bump max_media_attachments to 20
This commit is contained in:
parent
e31c58ac46
commit
49735ce1fe
1 changed files with 1 additions and 1 deletions
|
|
@ -119,7 +119,7 @@ const instanceV2Controller: AppController = async (c) => {
|
|||
},
|
||||
statuses: {
|
||||
max_characters: Conf.postCharLimit,
|
||||
max_media_attachments: 4,
|
||||
max_media_attachments: 20,
|
||||
characters_reserved_per_url: 23,
|
||||
},
|
||||
media_attachments: {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue