diff --git a/src/app/mainview/components/ConversationSmartListContextMenu.qml b/src/app/mainview/components/ConversationSmartListContextMenu.qml index 054dcccfd113417744c43942afa2adbc8cbf23d2..f649d921e05171b872d3047883798d4760f13506 100644 --- a/src/app/mainview/components/ConversationSmartListContextMenu.qml +++ b/src/app/mainview/components/ConversationSmartListContextMenu.qml @@ -126,7 +126,7 @@ ContextMenuAutoLoader { GeneralMenuItem { id: blockContact - canTrigger: !hasCall && contactType !== Profile.Type.SIP && !root.isBanned && isCoreDialog + canTrigger: !hasCall && contactType !== Profile.Type.SIP && !root.isBanned && isCoreDialog && root.idText !== CurrentAccount.uri itemName: JamiStrings.blockContact iconSource: JamiResources.block_black_24dp_svg addMenuSeparatorAfter: canTrigger