# HG changeset patch # User nanaya # Date 1466932824 -32400 # Node ID fe5ea9b86091e3a1f805bcf35a5e32253b64aff7 # Parent 448a368f7344383c07fe8b760392deea8c1d16dd Include replies diff -r 448a368f7344 -r fe5ea9b86091 app/controllers/tweets_controller.rb --- a/app/controllers/tweets_controller.rb Sun Jun 26 18:18:54 2016 +0900 +++ b/app/controllers/tweets_controller.rb Sun Jun 26 18:20:24 2016 +0900 @@ -6,7 +6,7 @@ def show client = Tweet.new(params[:id]) - @tweets = client.timeline :exclude_replies => true, :count => 40 + @tweets = client.timeline :exclude_replies => false, :count => 40 @user = client.user rescue Twitter::Error::NotFound head :not_found