menu fixes

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

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

Loading…
Cancel
Save