fix(@desktop/chat): show compressed pubkey in members list
fixes: #5950
This commit is contained in:
parent
c292956f8e
commit
52f5a0f4fd
|
@ -64,7 +64,7 @@ Item {
|
|||
anchors.rightMargin: 8
|
||||
nickName: model.localNickname
|
||||
userName: model.displayName
|
||||
pubKey: model.pubKey
|
||||
pubKey: Utils.getCompressedPk(model.pubKey)
|
||||
isContact: model.isContact
|
||||
isVerified: model.isVerified
|
||||
isUntrustworthy: model.isUntrustworthy
|
||||
|
|
Loading…
Reference in New Issue