mirror of
https://gitlab.com/soapbox-pub/ditto.git
synced 2025-12-06 11:29:46 +00:00
fix(instanceV1Controller): add translation field
This commit is contained in:
parent
3f00f255a5
commit
17be4ab48f
1 changed files with 3 additions and 0 deletions
|
|
@ -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: {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue