about summary refs log tree commit diff
path: root/app/services/search_service.rb
diff options
context:
space:
mode:
authorThibG <thib@sitedethib.com>2018-08-15 19:33:36 +0200
committerEugen Rochko <eugen@zeonfederated.com>2018-08-15 19:33:36 +0200
commitaf912fb308cffe98f52e155484c4c6b0a62efceb (patch)
treeec736e705d01d1f679b0f7e98ac7d977d5da07e8 /app/services/search_service.rb
parent4df9cabb22cbed8f9cd8af45325ecdcc7c72d6cb (diff)
Allow accessing local private/DM messages by URL (#8196)
* Allow accessing local private/DM messages by URL

(Provided the user pasting the URL is authorized to see the toot, obviously)

* Fix SearchServiceSpec tests
Diffstat (limited to 'app/services/search_service.rb')
-rw-r--r--app/services/search_service.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/services/search_service.rb b/app/services/search_service.rb
index 5bb395942..cc1fcb52f 100644
--- a/app/services/search_service.rb
+++ b/app/services/search_service.rb
@@ -53,7 +53,7 @@ class SearchService < BaseService
   end
 
   def url_resource
-    @_url_resource ||= ResolveURLService.new.call(query)
+    @_url_resource ||= ResolveURLService.new.call(query, on_behalf_of: @account)
   end
 
   def url_resource_symbol