fix(ProfileDialogView): Use compressed chat key in "Copy Link To Profile"
Fixes #7988
This commit is contained in:
parent
f722dc0761
commit
62d4aca0ca
|
@ -75,7 +75,7 @@ Pane {
|
|||
else
|
||||
user = contactDetails.name
|
||||
if (!user)
|
||||
user = root.publicKey
|
||||
user = Utils.getCompressedPk(root.publicKey)
|
||||
return Constants.userLinkPrefix + user
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue