Add autientication in status_reference
This commit is contained in:
parent
a39b8cb90e
commit
59a433a291
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ class ProcessReferencesService < BaseService
|
|||
|
||||
def fetch_statuses!(urls)
|
||||
(urls + @urls)
|
||||
.map { |url| ResolveURLService.new.call(url) }
|
||||
.map { |url| ResolveURLService.new.call(url, on_behalf_of: @status.account) }
|
||||
.filter { |status| status }
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue