diff --git a/lib/stream/followed_tag.rb b/lib/stream/followed_tag.rb index ef71ba424..5137153a5 100644 --- a/lib/stream/followed_tag.rb +++ b/lib/stream/followed_tag.rb @@ -14,7 +14,6 @@ class Stream::FollowedTag < Stream::Base # @return [ActiveRecord::Association] AR association of posts def posts - return [] if tag_string.empty? @posts ||= StatusMessage.user_tag_stream(user, tag_ids) end