InstanceV2: bump max_media_attachments to 20

This commit is contained in:
Alex Gleason 2025-01-28 14:57:32 -06:00
parent e31c58ac46
commit 49735ce1fe
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7

View file

@ -119,7 +119,7 @@ const instanceV2Controller: AppController = async (c) => {
}, },
statuses: { statuses: {
max_characters: Conf.postCharLimit, max_characters: Conf.postCharLimit,
max_media_attachments: 4, max_media_attachments: 20,
characters_reserved_per_url: 23, characters_reserved_per_url: 23,
}, },
media_attachments: { media_attachments: {