diff options
author | Mark Felder <feld@feld.me> | 2020-10-16 17:32:05 +0000 |
---|---|---|
committer | Mark Felder <feld@feld.me> | 2020-10-16 17:36:02 +0000 |
commit | 1b8fd7e65af980c42b72f584c2a957b12ca5c78b (patch) | |
tree | fbf70265a6aefe04e8c7c8fe50c36c22d2b9760b /docs/configuration/cheatsheet.md | |
parent | 023f726d7f497705d766adee8874b94efb08a0aa (diff) | |
download | pleroma-1b8fd7e65af980c42b72f584c2a957b12ca5c78b.tar.gz pleroma-1b8fd7e65af980c42b72f584c2a957b12ca5c78b.zip |
Adds feature to permit e.g., local admins and community moderators to automatically follow all newly registered accounts
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 0b13d7e88..f4b4b6c3c 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`. |