mastodon/spec/lib/activitypub
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
2021-04-21 04:46:09 +02:00
..
activity Fix processing of remote Delete activities (#16084) 2021-04-21 04:46:09 +02:00
adapter_spec.rb
dereferencer_spec.rb
linked_data_signature_spec.rb Fixed code quality issues (#15541) 2021-01-31 21:26:09 +01:00
tag_manager_spec.rb