diff options
author | Egor Kislitsyn <egor@kislitsyn.com> | 2020-10-28 15:33:36 +0400 |
---|---|---|
committer | Egor Kislitsyn <egor@kislitsyn.com> | 2020-10-28 15:33:36 +0400 |
commit | 4a2d7a7a5db2544ffc84e1f0eb0dc86e1cb3c32c (patch) | |
tree | be6180594d4416c53670799ca3d0a11696b2dbdd /docs/configuration/cheatsheet.md | |
parent | 4f90077767b416f3469fe7c8acfaa6932c579ec2 (diff) | |
parent | 1204aaa2e35983f7361d61ee7906ccf3d09d84e4 (diff) | |
download | pleroma-4a2d7a7a5db2544ffc84e1f0eb0dc86e1cb3c32c.tar.gz pleroma-4a2d7a7a5db2544ffc84e1f0eb0dc86e1cb3c32c.zip |
Merge remote-tracking branch 'origin/develop' into feature/account-export
Diffstat (limited to 'docs/configuration/cheatsheet.md')
-rw-r--r-- | docs/configuration/cheatsheet.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/configuration/cheatsheet.md b/docs/configuration/cheatsheet.md index b40a2aebf..ebf95ebc9 100644 --- a/docs/configuration/cheatsheet.md +++ b/docs/configuration/cheatsheet.md @@ -45,6 +45,7 @@ To add configuration to your config file, you can copy it from the base config. older software for theses nicknames. * `max_pinned_statuses`: The maximum number of pinned statuses. `0` will disable the feature. * `autofollowed_nicknames`: Set to nicknames of (local) users that every new user should automatically follow. +* `autofollowing_nicknames`: Set to nicknames of (local) users that automatically follows every newly registered user. * `attachment_links`: Set to true to enable automatically adding attachment link text to statuses. * `max_report_comment_size`: The maximum size of the report comment (Default: `1000`). * `safe_dm_mentions`: If set to true, only mentions at the beginning of a post will be used to address people in direct messages. This is to prevent accidental mentioning of people when talking about them (e.g. "@friend hey i really don't like @enemy"). Default: `false`. |