fix(@desktop/chat): show compressed pubkey in members list

fixes: #5950
This commit is contained in:
Patryk Osmaczko 2022-06-10 12:34:46 +02:00 committed by Iuri Matias
parent c292956f8e
commit 52f5a0f4fd
1 changed files with 1 additions and 1 deletions

View File

@ -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