<ConversationListItem>
The <ConversationListItem> component is displayed for each conversation in the conversation list.
A collection of objects which are passed to all ConversationList theme components.
The conversation that's being displayed.
If true, this conversation is the currently selected one in the conversation list.
In the default theme, the <ConversationListItem> component is implemented as follows:
ConversationListItem.jsJavaScript1// loading...