mastodon/app/lib/activitypub/activity
Claire c4a3b7eef3 Fix processing of remote Delete activities (#16084)
* Add tests

* Ensure deleted statuses are marked as such

* Save some redis memory by not storing URIs in delete_upon_arrival values

* Avoid possible race condition when processing incoming Deletes

* Avoid potential duplicate Delete forwards

* Lower lock durations to reduce issues in case of hard crash of the Rails process

* Check for `lock.aquired?` and improve comment

* Refactor RedisLock usage in app/lib/activitypub

* Fix using incorrect or non-existent sender for relaying Deletes
2021-04-24 15:41:17 -07:00
..
accept.rb
add.rb
announce.rb Fix processing of remote Delete activities (#16084) 2021-04-24 15:41:17 -07:00
block.rb
create.rb Fix processing of remote Delete activities (#16084) 2021-04-24 15:41:17 -07:00
delete.rb Fix processing of remote Delete activities (#16084) 2021-04-24 15:41:17 -07:00
flag.rb
follow.rb Add option to be notified when a followed user posts (#13546) 2020-09-18 17:26:45 +02:00
like.rb Add option to be notified when a followed user posts (#13546) 2020-09-18 17:26:45 +02:00
move.rb Fix Move handler not being triggered when failing to fetch target (#15107) 2020-11-09 01:41:52 +01:00
reject.rb
remove.rb
undo.rb
update.rb