diff --git a/ui/app/AppLayouts/Chat/panels/SuggestionBoxPanel.qml b/ui/app/AppLayouts/Chat/panels/SuggestionBoxPanel.qml index edba85e224..555b281d63 100644 --- a/ui/app/AppLayouts/Chat/panels/SuggestionBoxPanel.qml +++ b/ui/app/AppLayouts/Chat/panels/SuggestionBoxPanel.qml @@ -205,7 +205,6 @@ Rectangle { imageHeight: 32 name: model.name - pubkey: model.publicKey colorHash: model.colorHash colorId: model.colorId image: model.icon diff --git a/ui/imports/shared/controls/chat/LinkPreviewCard.qml b/ui/imports/shared/controls/chat/LinkPreviewCard.qml index 32e1b998a8..40050e6aa3 100644 --- a/ui/imports/shared/controls/chat/LinkPreviewCard.qml +++ b/ui/imports/shared/controls/chat/LinkPreviewCard.qml @@ -76,7 +76,6 @@ CalloutCard { imageHeight: imageWidth ensVerified: root.userData.ensVerified name: root.userData.name - pubkey: root.userData.publicKey image: root.userData.image colorId: Utils.colorIdForPubkey(root.userData.publicKey) colorHash: Utils.getColorHashAsJson(root.userData.publicKey) diff --git a/ui/imports/shared/controls/chat/ProfileHeader.qml b/ui/imports/shared/controls/chat/ProfileHeader.qml index b5481b920b..0e812eafe9 100644 --- a/ui/imports/shared/controls/chat/ProfileHeader.qml +++ b/ui/imports/shared/controls/chat/ProfileHeader.qml @@ -120,7 +120,6 @@ Item { objectName: "ProfileHeader_userImage" name: root.displayName - pubkey: root.pubkey colorHash: root.colorHash colorId: root.colorId image: root.previewIcon diff --git a/ui/imports/shared/controls/chat/UserImage.qml b/ui/imports/shared/controls/chat/UserImage.qml index a4be7c2449..378444115f 100644 --- a/ui/imports/shared/controls/chat/UserImage.qml +++ b/ui/imports/shared/controls/chat/UserImage.qml @@ -15,7 +15,6 @@ Loader { property int imageWidth: 44 property string name - property string pubkey property string image property bool showRing: !ensVerified && !root.isBridgedAccount property bool interactive: true diff --git a/ui/imports/shared/popups/CommonContactDialog.qml b/ui/imports/shared/popups/CommonContactDialog.qml index 2614f6abb1..dde0ce823b 100644 --- a/ui/imports/shared/popups/CommonContactDialog.qml +++ b/ui/imports/shared/popups/CommonContactDialog.qml @@ -47,7 +47,6 @@ StatusDialog { UserImage { name: root.mainDisplayName - pubkey: root.publicKey colorHash: contactDetails.colorHash colorId: contactDetails.colorId image: Utils.addTimestampToURL(contactDetails.largeImage) diff --git a/ui/imports/shared/views/ProfileDialogView.qml b/ui/imports/shared/views/ProfileDialogView.qml index ca98f31700..a1b095c31d 100644 --- a/ui/imports/shared/views/ProfileDialogView.qml +++ b/ui/imports/shared/views/ProfileDialogView.qml @@ -227,7 +227,6 @@ Pane { objectName: "ProfileDialog_userImage" name: root.dirty ? root.dirtyValues.displayName : d.mainDisplayName - pubkey: root.publicKey image: root.dirty ? root.dirtyValues.profileLargeImage : Utils.addTimestampToURL(contactDetails.largeImage) colorId: contactDetails.colorId diff --git a/ui/imports/shared/views/profile/ShareProfileDialog.qml b/ui/imports/shared/views/profile/ShareProfileDialog.qml index bb258c7939..ce59c19074 100644 --- a/ui/imports/shared/views/profile/ShareProfileDialog.qml +++ b/ui/imports/shared/views/profile/ShareProfileDialog.qml @@ -61,7 +61,6 @@ StatusDialog { anchors.centerIn: parent name: root.displayName - pubkey: root.publicKey image: root.largeImage colorId: root.colorId