refactor: remove translation enabled in instanceV1Controller

This commit is contained in:
P. Reis 2024-10-08 14:27:00 -03:00
parent ba23931727
commit a3bc5ec5c3

View file

@ -36,9 +36,6 @@ 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: {