React = require "react"
_ = require "underscore-plus"
{NamespaceStore} = require "inbox-exports"
{InjectedComponent} = require 'ui-components'
# Parameters
# clickable (optional) - is this currently clickable?
# thread (optional) - thread context for sorting
# context (optional) - additional information for determining appearance,
# passed into the ParticipantChip
# - 'primary'
# - 'list'
module.exports = React.createClass
render: ->
chips = @getParticipants().map (p) =>