mastodon/app/lib/activitypub/activity
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.
2019-02-27 14:57:14 +01:00
..
accept.rb
add.rb
announce.rb Add logging for rejected ActivityPub payloads and add tests (#10062) 2019-02-17 03:38:25 +01:00
block.rb
create.rb Fix mention processing for unknwon accounts on incoming ActivityPub Notes (#10125) 2019-02-27 14:57:14 +01:00
delete.rb Add tombstones for remote statuses (#9830) 2019-01-18 15:56:55 +01:00
flag.rb
follow.rb
like.rb
move.rb
reject.rb
remove.rb
undo.rb
update.rb