# File lib/sup/thread.rb, line 117
  def direct_participants
    map { |m, *o| [m.from] + m.to if m }.flatten.compact.uniq
  end