mastodon/spec
ThibG 35cedc922c
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
2020-07-01 13:51:15 +02:00
..
controllers
fabricators Change move handler to carry blocks over (#14144) 2020-07-01 13:51:15 +02:00
features
fixtures
helpers
lib
mailers
models Fix remote files not using Content-Type header, streaming (#14184) 2020-06-30 23:58:02 +02:00
policies
presenters
requests
routing
serializers/activitypub
services Make domain block/silence/reject-media code more robust (#13424) 2020-06-09 10:32:00 +02:00
support
validators
views
workers Change move handler to carry blocks over (#14144) 2020-07-01 13:51:15 +02:00
rails_helper.rb
spec_helper.rb