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
ThibG 9edab46368 Fix mention processing for unknwon accounts on incoming ActivityPub Notes (#10125)
`::FetchRemoteAccountService` is not `ActivityPub::FetchRemoteAccountService`,
its second argument is the pre-fetched body. Passing `id: false` actually passed
a `Hash` as the prefetched body, instead of properly resolving unknown remote
accounts.
6 years ago
..
activity Fix mention processing for unknwon accounts on incoming ActivityPub Notes (#10125) 6 years ago
activity.rb Fix Announce activities of unknown statuses not fetching those statuses (#10065) 6 years ago
adapter.rb Add handler for Move activity (#9629) 6 years ago
case_transform.rb Add serializing/unserializing of "locked" actor attribute (#4585) 8 years ago
linked_data_signature.rb Add CLI task for rotating keys (#8466) 7 years ago
tag_manager.rb Improve support for aspects/circles (#8950) 7 years ago