menu fixes

pull/1778/head
Brice-W 4 years ago
parent e9f70d8c82
commit 829fd1c199

@ -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}
/> />

Loading…
Cancel
Save