バグ #884 » command.rb.patch
command_b.rb 2016-09-10 16:52:32.000000000 +0900 | ||
---|---|---|
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,
|