Browse Source

Update resolve_url_service.rb (#9188)

pull/4/head
m.b 5 years ago
committed by Eugen Rochko
parent
commit
cd41c2c6ad
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      app/services/resolve_url_service.rb

+ 1
- 1
app/services/resolve_url_service.rb View File

@ -20,7 +20,7 @@ class ResolveURLService < BaseService
def process_url
if equals_or_includes_any?(type, %w(Application Group Organization Person Service))
FetchRemoteAccountService.new.call(atom_url, body, protocol)
elsif equals_or_includes_any?(type, %w(Note Article Image Video))
elsif equals_or_includes_any?(type, %w(Note Article Image Video Page))
FetchRemoteStatusService.new.call(atom_url, body, protocol)
end
end

Loading…
Cancel
Save