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
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
..
activity Fix processing of remote Delete activities (#16084) 4 years ago
activity.rb Fix processing of remote Delete activities (#16084) 4 years ago
adapter.rb Add support for reversible suspensions through ActivityPub (#14989) 4 years ago
case_transform.rb
dereferencer.rb Add support for dereferencing objects through bearcaps (#14683) 5 years ago
linked_data_signature.rb Bump rubocop from 0.86.0 to 0.88.0 (#14412) 5 years ago
serializer.rb Fix ActivityPub context not being dynamically computed (#11746) 6 years ago
tag_manager.rb Fix Mastodon not understanding as:Public and Public (#15948) 4 years ago