mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-24 18:38:15 +01:00
Emojify note and add non-nickname tooltip
This commit is contained in:
@@ -38,7 +38,8 @@ export function ProfileChangeNotification({
|
||||
contents={<Emojify text={message} />}
|
||||
button={
|
||||
areNicknamesEnabled() &&
|
||||
changedContact.nicknameGivenName != null && (
|
||||
(changedContact.nicknameGivenName != null ||
|
||||
changedContact.nicknameFamilyName != null) && (
|
||||
<Button
|
||||
onClick={handleOpenEditNicknameAndNoteModal}
|
||||
size={ButtonSize.Small}
|
||||
|
||||
Reference in New Issue
Block a user