diff options
-rw-r--r-- | app/controllers/api/v1/timelines/tag_controller.rb | 2 |
1 files changed, 1 insertions, 1 deletions
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] |