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
puckipedia d2919f7e94 Allow Accept/Reject with a non-embedded object (#12199)
Some ActivityPub servers refuse to embed remote objects into their own
output. This is because they are not the authoritative source for these
objects, and as such embedding them is always a waste of space. The
follow request and follow models contain a URI, so this can be used to
match them.
5 years ago
..
accept.rb Allow Accept/Reject with a non-embedded object (#12199) 5 years ago
add.rb
announce.rb Refactor controllers for statuses, accounts, and more (#11249) 6 years ago
block.rb
create.rb Add voters count support (#11917) 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 Change silences to always require approval on follow (#11975) 5 years ago
like.rb
move.rb Fix account migration not affecting followers on origin server (#11980) 5 years ago
reject.rb Allow Accept/Reject with a non-embedded object (#12199) 5 years ago
remove.rb
undo.rb
update.rb