You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mastodon/app/lib/activitypub/activity
Claire 0b36e3419d
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
4 years ago
..
accept.rb Allow Accept/Reject with a non-embedded object (#12199) 5 years ago
add.rb
announce.rb Fix processing of remote Delete activities (#16084) 4 years ago
block.rb Fix processing of incoming Block activities (#15546) 4 years ago
create.rb Fix processing of remote Delete activities (#16084) 4 years ago
delete.rb Fix processing of remote Delete activities (#16084) 4 years ago
flag.rb Fix reports of already suspended accounts being recorded (#16047) 4 years ago
follow.rb Fix URI of repeat follow requests not being recorded (#15662) 4 years ago
like.rb Add option to be notified when a followed user posts (#13546) 5 years ago
move.rb Fix race conditions on account migration creation (#15597) 4 years ago
reject.rb Fix handling of Reject Follow when a matching follow relationship exists (#14479) 5 years ago
remove.rb
undo.rb Fix not handling Undo on some activity types when they aren't inlined (#14346) 5 years ago
update.rb Dereference object URIs in Create and Update messages (#14359) 5 years ago