mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-25 04:36:46 +00:00
Init Nicknames & Notes
This commit is contained in:
@@ -206,6 +206,9 @@ export function getConversation(model: ConversationModel): ConversationType {
|
||||
expireTimer: attributes.expireTimer,
|
||||
muteExpiresAt: attributes.muteExpiresAt,
|
||||
dontNotifyForMentionsIfMuted: attributes.dontNotifyForMentionsIfMuted,
|
||||
nicknameFamilyName: dropNull(attributes.nicknameFamilyName),
|
||||
nicknameGivenName: dropNull(attributes.nicknameGivenName),
|
||||
note: dropNull(attributes.note),
|
||||
name: attributes.name,
|
||||
systemGivenName: attributes.systemGivenName,
|
||||
systemFamilyName: attributes.systemFamilyName,
|
||||
@@ -222,6 +225,7 @@ export function getConversation(model: ConversationModel): ConversationType {
|
||||
timestamp: dropNull(timestamp),
|
||||
title: getTitle(attributes),
|
||||
titleNoDefault: getTitleNoDefault(attributes),
|
||||
titleNoNickname: getTitle(attributes, { ignoreNickname: true }),
|
||||
typingContactIdTimestamps,
|
||||
searchableTitle: isMe(attributes)
|
||||
? window.i18n('icu:noteToSelf')
|
||||
|
||||
Reference in New Issue
Block a user