Update lib/stream/followed_tag.rb
This commit is contained in:
parent
95790bf891
commit
890195b2d8
1 changed files with 0 additions and 1 deletions
|
|
@ -14,7 +14,6 @@ class Stream::FollowedTag < Stream::Base
|
|||
|
||||
# @return [ActiveRecord::Association<Post>] AR association of posts
|
||||
def posts
|
||||
return [] if tag_string.empty?
|
||||
@posts ||= StatusMessage.user_tag_stream(user, tag_ids)
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue