バグ #884 » command.rb.patch
command_b.rb 2016-09-10 16:52:32.000000000 +0900 | ||
---|---|---|
43 | 43 |
role: :timeline) do |opt| |
44 | 44 |
messages = opt.messages.map{ |m| m.ancestors.to_a }.flatten |
45 | 45 |
opt.widget.create_postbox(to: messages, |
46 |
header: messages.map(&:user).uniq.reject(&:me?).map{|x| "@#{x.idname}"}.join(' ') + ' ',
|
|
46 |
header: messages.map(&:user).reject(&:me?).map{|x| "@#{x.idname}"}.uniq.join(' ') + ' ',
|
|
47 | 47 |
use_blind_footer: !UserConfig[:footer_exclude_reply]) end |
48 | 48 | |
49 | 49 |
command(:legacy_retweet, |