Mercurial > rsstweet
changeset 63:9e673e0fc04e
Skip replies
author | nanaya <me@myconan.net> |
---|---|
date | Tue, 01 Dec 2015 01:24:08 +0900 |
parents | 9ab79a764434 |
children | a20bbd1e2dc1 |
files | app/views/tweets/show.atom.builder |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/app/views/tweets/show.atom.builder Tue Dec 01 01:08:37 2015 +0900 +++ b/app/views/tweets/show.atom.builder Tue Dec 01 01:24:08 2015 +0900 @@ -3,6 +3,7 @@ feed.updated @tweets.first.try(:created_at) || Time.at(0) @tweets.each do |tweet| + next if tweet.in_reply_to_status_id.present? feed.entry tweet, :url => tweet.uri, :updated => tweet.created_at do |entry| entry.title tweet.created_at.rfc2822 entry.content render(:partial => "tweet", :formats => :html, :locals => { :tweet => tweet }), :type => "html"