From 016032cf95c7cf6b4d39ce7255e362a0dc7d8787 Mon Sep 17 00:00:00 2001 From: Maxwell Salzberg Date: Fri, 4 Nov 2011 16:53:16 -0700 Subject: [PATCH] do not pull back all tag ids; way to go maxwell :( --- lib/stream/multi.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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