mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 20:26:24 +00:00
Include unreadMentionsCount as part of conversation props
This commit is contained in:
@@ -222,6 +222,7 @@ export function getConversation(model: ConversationModel): ConversationType {
|
||||
? window.i18n('icu:noteToSelf')
|
||||
: getTitle(attributes),
|
||||
unreadCount: attributes.unreadCount || 0,
|
||||
unreadMentionsCount: attributes.unreadMentionsCount || 0,
|
||||
...(isDirectConversation(attributes)
|
||||
? {
|
||||
type: 'direct' as const,
|
||||
|
||||
Reference in New Issue
Block a user