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
ThibG 70be301d69 Ensure blocked user unfollows blocker if Block/Undo Block are processed out of order (#9687)
* Ensure blocked user unfollows blocker if Block/Undo Block are processed out of order

* Add specs for Block causing unfollow and for out-of-order Block + Undo
6 years ago
..
accept.rb Fix handling of ActivityPub activities lacking some attributes (#8864) 6 years ago
add.rb
announce.rb
block.rb Ensure blocked user unfollows blocker if Block/Undo Block are processed out of order (#9687) 6 years ago
create.rb Fix ThreadResolveWorker getting queued with invalid URLs (#9628) 6 years ago
delete.rb Prevent multiple handlers for Delete of Actor from running (#9292) 6 years ago
flag.rb Do not ignore federated reports targetting already-reported accounts (#9534) 6 years ago
follow.rb Reduce usage of LD signatures (#9659) 6 years ago
like.rb
move.rb Add handler for Move activity (#9629) 6 years ago
reject.rb Fix handling of ActivityPub activities lacking some attributes (#8864) 6 years ago
remove.rb
undo.rb Fix handling of ActivityPub activities lacking some attributes (#8864) 6 years ago
update.rb