about summary refs log tree commit diff
path: root/app/controllers/api/v1/timelines/tag_controller.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/controllers/api/v1/timelines/tag_controller.rb')
-rw-r--r--app/controllers/api/v1/timelines/tag_controller.rb2
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 602c4ea62..070b6e1c9 100644
--- a/app/controllers/api/v1/timelines/tag_controller.rb
+++ b/app/controllers/api/v1/timelines/tag_controller.rb
@@ -35,7 +35,7 @@ class Api::V1::Timelines::TagController < Api::BaseController
     else
       tag_timeline = tag_timeline_statuses
       preload_media(tag_timeline.paginate_by_id(
-        DEFAULT_STATUSES_LIMIT * 2,
+        DEFAULT_STATUSES_LIMIT * 4,
         params_slice(:max_id, :since_id, :min_id)
       ))
       statuses = tag_timeline.paginate_by_id(