mirror of
https://github.com/aljazceru/ditto.git
synced 2026-01-31 11:04:20 +01:00
Instruct Soapbox to use up to 10 custom profile fields
This commit is contained in:
@@ -49,6 +49,9 @@ const instanceV1Controller: AppController = async (c) => {
|
||||
pleroma: {
|
||||
metadata: {
|
||||
features,
|
||||
fields_limits: {
|
||||
max_fields: 10,
|
||||
},
|
||||
},
|
||||
},
|
||||
languages: ['en'],
|
||||
@@ -141,6 +144,9 @@ const instanceV2Controller: AppController = async (c) => {
|
||||
pleroma: {
|
||||
metadata: {
|
||||
features,
|
||||
fields_limits: {
|
||||
max_fields: 10,
|
||||
},
|
||||
},
|
||||
},
|
||||
registrations: {
|
||||
|
||||
Reference in New Issue
Block a user