diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/locales/en.yml | 5 | ||||
-rw-r--r-- | config/settings.yml | 4 |
2 files changed, 9 insertions, 0 deletions
diff --git a/config/locales/en.yml b/config/locales/en.yml index 6d5c4f093..3c8bb4fb6 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -526,6 +526,11 @@ en: always_mark_instance_actors_known: desc_html: Always allow server actor accounts to fetch resources from this server. May reduce privacy. title: Always trust server actors + mark_known_from: + follows: Trust accounts when someone joins their pack + mentions: Trust accounts when locally mentioned + boosts: Trust accounts shared by known creatures + favourites: Trust accounts when locally admired werewolf_status: desc_html: Enable werewolf status Easter egg (requires an announcer account) title: Werewolf status diff --git a/config/settings.yml b/config/settings.yml index 23f77c55e..e37ed821e 100644 --- a/config/settings.yml +++ b/config/settings.yml @@ -72,6 +72,10 @@ defaults: &defaults spam_check_enabled: true auto_mark_instance_actors_known: true always_mark_instance_actors_known: false + mark_known_from_follows: true + mark_known_from_mentions: true + mark_known_from_boosts: true + mark_known_from_favourites: false development: <<: *defaults |