Skip to content
Snippets Groups Projects
Commit cd41c2c6 authored by m.b's avatar m.b Committed by Eugen Rochko
Browse files

Update resolve_url_service.rb (#9188)

parent 4c03e05a
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment