diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2016-12-22 23:17:57 +0100 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2016-12-22 23:17:57 +0100 |
commit | 05b13c38b54b7d29ea4368999100c27cb7deb29e (patch) | |
tree | 7744112010d89cb56f1694372ab9a332dde2ab8d /config/locales | |
parent | f729cfc881a7e944c706e0dfc0f689b82613b680 (diff) |
Re-enable Webfinger for locked accounts but don't handle "follow" events
coming in via Salmon. Currently no way to prevent remote follows, but they will only receive public and unlisted posts
Diffstat (limited to 'config/locales')
-rw-r--r-- | config/locales/simple_form.en.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/locales/simple_form.en.yml b/config/locales/simple_form.en.yml index deecff3fd..376c72e12 100644 --- a/config/locales/simple_form.en.yml +++ b/config/locales/simple_form.en.yml @@ -26,7 +26,7 @@ en: reblog: Send e-mail when someone reblogs your status hints: defaults: - locked: Requires you to approve followers, defaults post privacy to followers-only and disables federation + locked: Requires you to approve followers and defaults post privacy to followers-only 'no': 'No' required: mark: "*" |