Instruct Soapbox to use up to 10 custom profile fields

This commit is contained in:
Alex Gleason 2024-11-20 10:49:19 -06:00
parent 098e1b7fff
commit 7227202a86
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7

View file

@ -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: {