From ab9a3c2fe28a92dfa7331829a44b81c3d5bdb1f5 Mon Sep 17 00:00:00 2001 From: multiple creatures Date: Mon, 2 Sep 2019 00:51:56 -0500 Subject: `bookmarks` -> `account_bookmarks` --- app/controllers/api/v1/timelines/tag_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app') diff --git a/app/controllers/api/v1/timelines/tag_controller.rb b/app/controllers/api/v1/timelines/tag_controller.rb index 01d1b30b8..602c4ea62 100644 --- a/app/controllers/api/v1/timelines/tag_controller.rb +++ b/app/controllers/api/v1/timelines/tag_controller.rb @@ -58,7 +58,7 @@ class Api::V1::Timelines::TagController < Api::BaseController end def bookmark_results - @_results ||= bookmarks.paginate_by_max_id( + @_results ||= account_bookmarks.paginate_by_max_id( limit_param(DEFAULT_STATUSES_LIMIT), params[:max_id], params[:since_id] -- cgit