mirror of
https://gitlab.com/soapbox-pub/ditto.git
synced 2025-12-06 11:29:46 +00:00
Instruct Soapbox to use up to 10 custom profile fields
This commit is contained in:
parent
098e1b7fff
commit
7227202a86
1 changed files with 6 additions and 0 deletions
|
|
@ -49,6 +49,9 @@ const instanceV1Controller: AppController = async (c) => {
|
||||||
pleroma: {
|
pleroma: {
|
||||||
metadata: {
|
metadata: {
|
||||||
features,
|
features,
|
||||||
|
fields_limits: {
|
||||||
|
max_fields: 10,
|
||||||
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
languages: ['en'],
|
languages: ['en'],
|
||||||
|
|
@ -141,6 +144,9 @@ const instanceV2Controller: AppController = async (c) => {
|
||||||
pleroma: {
|
pleroma: {
|
||||||
metadata: {
|
metadata: {
|
||||||
features,
|
features,
|
||||||
|
fields_limits: {
|
||||||
|
max_fields: 10,
|
||||||
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
registrations: {
|
registrations: {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue