chinwagsocial/spec/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
2021-04-21 04:46:09 +02:00
..
accept_spec.rb
add_spec.rb
announce_spec.rb
block_spec.rb
create_spec.rb Fix Mastodon not understanding as:Public and Public (#15948) 2021-03-24 10:19:40 +01:00
delete_spec.rb Fix processing of remote Delete activities (#16084) 2021-04-21 04:46:09 +02:00
flag_spec.rb
follow_spec.rb Fix URI of repeat follow requests not being recorded (#15662) 2021-02-11 01:53:44 +01:00
like_spec.rb
move_spec.rb
reject_spec.rb
remove_spec.rb
undo_spec.rb
update_spec.rb