mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-19 02:55:15 +00:00
fix(desktop/chat): Do not display "Send message" to logged-in user
Fixes #4907
This commit is contained in:
parent
b9cc6c7d8e
commit
4fa5aa5de4
@ -222,7 +222,8 @@ StatusPopupMenu {
|
||||
root.close()
|
||||
}
|
||||
icon.name: "chat"
|
||||
enabled: root.isProfile && !root.isMyMessage ||
|
||||
enabled: (root.myPublicKey !== root.selectedUserPublicKey) &&
|
||||
root.isProfile && !root.isMyMessage ||
|
||||
(!root.hideEmojiPicker &&
|
||||
!root.emojiOnly &&
|
||||
!root.isProfile &&
|
||||
|
Loading…
x
Reference in New Issue
Block a user