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
Eugen Rochko 38dc51b2d6
Fix Move handler queuing jobs that will fail if account is suspended (#11864)
Don't put Move handler on cooldown if it didn't run. Skip unmerging
from timelines to save unnecessary work.
5 years ago
..
accept.rb
add.rb
announce.rb Refactor controllers for statuses, accounts, and more (#11249) 6 years ago
block.rb
create.rb Add retry for failed media downloads and `tootctl media refresh` (#11775) 5 years ago
delete.rb Change deletes to preserve soft-deleted statuses in unresolved reports (#11805) 5 years ago
flag.rb Change domain blocks to automatically support subdomains (#11138) 6 years ago
follow.rb Add ActivityPub actor representing the entire server (#11321) 6 years ago
like.rb
move.rb Fix Move handler queuing jobs that will fail if account is suspended (#11864) 5 years ago
reject.rb
remove.rb
undo.rb
update.rb