We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39e84d1 commit 10f7278Copy full SHA for 10f7278
1 file changed
app/lib/activitypub/activity/create.rb
@@ -92,7 +92,7 @@ def process_mention(tag, status)
92
return if tag['href'].blank?
93
94
account = account_from_uri(tag['href'])
95
- account = FetchRemoteAccountService.new.call(tag['href'], id: false) if account.nil?
+ account = ::FetchRemoteAccountService.new.call(tag['href'], id: false) if account.nil?
96
return if account.nil?
97
account.mentions.create(status: status)
98
end
0 commit comments