|
|
@ -63,6 +63,8 @@ const ConversationListItem = (props: Props) => {
|
|
|
|
isMe,
|
|
|
|
isMe,
|
|
|
|
isPinned,
|
|
|
|
isPinned,
|
|
|
|
isTyping,
|
|
|
|
isTyping,
|
|
|
|
|
|
|
|
isPublic,
|
|
|
|
|
|
|
|
left,
|
|
|
|
type,
|
|
|
|
type,
|
|
|
|
lastMessage,
|
|
|
|
lastMessage,
|
|
|
|
memberAvatars,
|
|
|
|
memberAvatars,
|
|
|
@ -126,6 +128,8 @@ const ConversationListItem = (props: Props) => {
|
|
|
|
triggerId={triggerId}
|
|
|
|
triggerId={triggerId}
|
|
|
|
type={type}
|
|
|
|
type={type}
|
|
|
|
isMe={isMe}
|
|
|
|
isMe={isMe}
|
|
|
|
|
|
|
|
isPublic={isPublic}
|
|
|
|
|
|
|
|
left={left}
|
|
|
|
notificationForConvo={notificationForConvo}
|
|
|
|
notificationForConvo={notificationForConvo}
|
|
|
|
currentNotificationSetting={currentNotificationSetting}
|
|
|
|
currentNotificationSetting={currentNotificationSetting}
|
|
|
|
/>
|
|
|
|
/>
|
|
|
|