--- command.rb 2016-09-10 16:52:47.000000000 +0900 +++ command_b.rb 2016-09-10 16:52:32.000000000 +0900 @@ -43,7 +43,7 @@ Plugin.create :command do role: :timeline) do |opt| messages = opt.messages.map{ |m| m.ancestors.to_a }.flatten opt.widget.create_postbox(to: messages, - header: messages.map(&:user).uniq.reject(&:me?).map{|x| "@#{x.idname}"}.join(' ') + ' ', + header: messages.map(&:user).reject(&:me?).map{|x| "@#{x.idname}"}.uniq.join(' ') + ' ', use_blind_footer: !UserConfig[:footer_exclude_reply]) end command(:legacy_retweet,