summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/api/swagger.yaml4
-rw-r--r--docs/configuration/accounts.md8
2 files changed, 9 insertions, 3 deletions
diff --git a/docs/api/swagger.yaml b/docs/api/swagger.yaml
index 88ad8eb55..0eca007ea 100644
--- a/docs/api/swagger.yaml
+++ b/docs/api/swagger.yaml
@@ -1581,9 +1581,7 @@ definitions:
type: integer
x-go-name: MaxFeaturedTags
max_profile_fields:
- description: |-
- The maximum number of profile fields allowed for each account.
- Currently not configurable, so this is hardcoded to 6. (https://codeberg.org/superseriousbusiness/gotosocial/issues/1876)
+ description: The maximum number of profile fields allowed for each account.
format: int64
type: integer
x-go-name: MaxProfileFields
diff --git a/docs/configuration/accounts.md b/docs/configuration/accounts.md
index 788cf79ac..b9f72252c 100644
--- a/docs/configuration/accounts.md
+++ b/docs/configuration/accounts.md
@@ -64,4 +64,12 @@ accounts-allow-custom-css: false
# Examples: [500, 5000, 9999]
# Default: 10000
accounts-custom-css-length: 10000
+
+# Int. The maximum number of profile fields allowed for each account.
+#
+# Note that going way higher than the default might break federation.
+#
+# Examples: [4, 6, 12]
+# Default: 6
+accounts-max-profile-fields: 6
```