プロジェクト

全般

プロフィール

バグ #884 » command.rb.patch

Akira Ouchi, 2016-09-10 16:53

差分を表示:

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,
(2-2/2)