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
|
anchors.rightMargin: 8
|
||||||
nickName: model.localNickname
|
nickName: model.localNickname
|
||||||
userName: model.displayName
|
userName: model.displayName
|
||||||
pubKey: model.pubKey
|
pubKey: Utils.getCompressedPk(model.pubKey)
|
||||||
isContact: model.isContact
|
isContact: model.isContact
|
||||||
isVerified: model.isVerified
|
isVerified: model.isVerified
|
||||||
isUntrustworthy: model.isUntrustworthy
|
isUntrustworthy: model.isUntrustworthy
|
||||||
|
|
Loading…
Reference in New Issue