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/services/activitypub
unarist d63de55ef8 Fix bugs which OStatus accounts may detected as ActivityPub ready (#4662)
* Fallback to OStatus in FetchAtomService

* Skip activity+json link if that activity is Person without inbox
* If unsupported activity was detected and all other URLs failed, retry with ActivityPub-less Accept header

* Allow mention to OStatus account in ActivityPub

* Don't update profile with inbox-less Person object
7 years ago
..
fetch_remote_account_service.rb
fetch_remote_key_service.rb
fetch_remote_status_service.rb
process_account_service.rb Fix bugs which OStatus accounts may detected as ActivityPub ready (#4662) 7 years ago
process_collection_service.rb