mastodon/spec/lib/activitypub
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
..
activity Fix processing of remote Delete activities (#16084) 2021-04-24 15:41:17 -07:00
adapter_spec.rb Remove unused ActivityPub `@context` values depending on response (#10378) 2019-03-27 15:55:23 +01:00
dereferencer_spec.rb Add support for dereferencing objects through bearcaps (#14683) 2020-08-30 12:34:20 +02:00
linked_data_signature_spec.rb Slightly reduce RAM usage (#7301) 2018-05-02 18:58:48 +02:00
tag_manager_spec.rb Remove Atom feeds and old URLs in the form of `GET /:username/updates/:id` (#11247) 2019-07-07 16:16:51 +02:00