about summary refs log tree commit diff
path: root/config/i18n-tasks.yml
diff options
context:
space:
mode:
authorThibG <thib@sitedethib.com>2020-07-01 13:51:15 +0200
committerGitHub <noreply@github.com>2020-07-01 13:51:15 +0200
commit35cedc922ced6502f18b11353df661cf61c8ae2f (patch)
tree10c12d29a781dc398df9a98e7ec4a40183975cc8 /config/i18n-tasks.yml
parent411bf188bbb9acb48b7bb1a14066f4975e036940 (diff)
Change move handler to carry blocks over (#14144)
* Change move handler to carry blocks and mutes over

When user A blocks user B and B moves to a new account C, make A block C
accordingly.

Note that it only works if A's instance is aware of the Move, that is,
if B is on A's instance or has followers there.

* Also notify instances with known people blocking you when moving

* Add automatic account notes when blocking/muting an account that had no note
Diffstat (limited to 'config/i18n-tasks.yml')
-rw-r--r--config/i18n-tasks.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/i18n-tasks.yml b/config/i18n-tasks.yml
index c2d6a7838..2dc6f880b 100644
--- a/config/i18n-tasks.yml
+++ b/config/i18n-tasks.yml
@@ -60,6 +60,7 @@ ignore_unused:
   - 'admin.accounts.roles.*'
   - 'admin.action_logs.actions.*'
   - 'statuses.attached.*'
+  - 'move_handler.carry_{mutes,blocks}_over_text'
 
 ignore_inconsistent_interpolations:
   - '*.one'