fix(instanceV1Controller): add translation field

This commit is contained in:
P. Reis 2024-10-08 11:11:29 -03:00
parent 3f00f255a5
commit 17be4ab48f

View file

@ -36,6 +36,9 @@ const instanceV1Controller: AppController = async (c) => {
max_characters: Conf.postCharLimit, max_characters: Conf.postCharLimit,
max_media_attachments: 20, max_media_attachments: 20,
}, },
translation: {
enabled: true,
},
}, },
pleroma: { pleroma: {
metadata: { metadata: {