diff --git a/lib/stream/multi.rb b/lib/stream/multi.rb index b6a5692aa..b02570c8c 100644 --- a/lib/stream/multi.rb +++ b/lib/stream/multi.rb @@ -94,7 +94,7 @@ class Stream::Multi < Stream::Base end def followed_tags_post_ids - @followed_tags_ids ||= ids(StatusMessage.tag_stream(user, tag_ids, max_time, order)) + @followed_tags_ids ||= ids(StatusMessage.tag_stream(user, tag_ids, max_time, order).for_a_stream(max_time, order)) end def mentioned_post_ids