]> cat aescling's git repositories - mastodon.git/commit
Fix deletes not reaching every server that interacted with status (#15200)
authorEugen Rochko <eugen@zeonfederated.com>
Fri, 27 Nov 2020 14:48:31 +0000 (15:48 +0100)
committerGitHub <noreply@github.com>
Fri, 27 Nov 2020 14:48:31 +0000 (15:48 +0100)
commite7e099d1a06700d14fa10258f5509fc5c52738c8
tree35f3e4493530c692119bc01b6bd1ea2540a92f12
parente1a6526c8dccec4464667b422cc2336b28504d2c
Fix deletes not reaching every server that interacted with status (#15200)

Extract logic for determining ActivityPub inboxes to send deletes
to to its own class and explicitly include the person the status
replied to (even if not mentioned), people who favourited it, and
people who replied to it (though that one is still not recursive)
app/lib/status_reach_finder.rb [new file with mode: 0644]
app/services/remove_status_service.rb