Merge branch 'short-description' into 'develop'

Add short_description instance field

Closes #2865

See merge request pleroma/pleroma!3651
This commit is contained in:
tusooa 2022-07-13 04:42:24 +00:00
commit fdc71f6051
5 changed files with 13 additions and 0 deletions

View file

@ -18,6 +18,7 @@ To add configuration to your config file, you can copy it from the base config.
* `email`: Email used to reach an Administrator/Moderator of the instance.
* `notify_email`: Email used for notifications.
* `description`: The instances description, can be seen in nodeinfo and ``/api/v1/instance``.
* `short_description`: Shorter version of instance description, can be seen on ``/api/v1/instance``.
* `limit`: Posts character limit (CW/Subject included in the counter).
* `description_limit`: The character limit for image descriptions.
* `remote_limit`: Hard character limit beyond which remote posts will be dropped.