do not pull back all tag ids; way to go maxwell :(
This commit is contained in:
parent
39b6abaa88
commit
016032cf95
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue