mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-01 17:27:53 +00:00
fix(ContactsListPanel): hide "Send message" for blocked contacts
Fixes #6299
This commit is contained in:
parent
db4ec6430e
commit
d511e5eda3
@ -121,7 +121,7 @@ Item {
|
||||
|
||||
searchStr: contactListRoot.searchString
|
||||
|
||||
showSendMessageButton: model.isContact
|
||||
showSendMessageButton: isContact && !isBlocked
|
||||
showRejectContactRequestButton: {
|
||||
if (contactListRoot.panelUsage === Constants.contactsPanelUsage.receivedContactRequest && !model.verificationRequestStatus) {
|
||||
return true
|
||||
|
Loading…
x
Reference in New Issue
Block a user