do not pull back all tag ids; way to go maxwell :(

This commit is contained in:
Maxwell Salzberg 2011-11-04 16:53:16 -07:00
parent 39b6abaa88
commit 016032cf95

View file

@ -94,7 +94,7 @@ class Stream::Multi < Stream::Base
end end
def followed_tags_post_ids 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 end
def mentioned_post_ids def mentioned_post_ids