From 1aed053399f020c90213e073737addf3509e454f Mon Sep 17 00:00:00 2001 From: Richard Ramos Date: Mon, 3 Oct 2022 19:02:00 -0400 Subject: [PATCH] feat: correct storenode query behavior and remove useless menu item --- ui/app/AppLayouts/Chat/views/ChatContextMenuView.qml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/ui/app/AppLayouts/Chat/views/ChatContextMenuView.qml b/ui/app/AppLayouts/Chat/views/ChatContextMenuView.qml index ca6661eb41..2310eec199 100644 --- a/ui/app/AppLayouts/Chat/views/ChatContextMenuView.qml +++ b/ui/app/AppLayouts/Chat/views/ChatContextMenuView.qml @@ -64,18 +64,6 @@ StatusPopupMenu { visible: root.chatType === Constants.chatType.oneToOne || root.chatType === Constants.chatType.privateGroupChat } - Action { - enabled: root.currentFleet === Constants.waku_prod || - root.currentFleet === Constants.waku_test || - root.currentFleet === Constants.status_test || - root.currentFleet === Constants.status_prod - - text: qsTr("Test WakuV2 - requestAllHistoricMessages") - onTriggered: { - root.requestAllHistoricMessages(root.chatId) - } - } - StatusMenuItem { objectName: "editNameAndImageMenuItem" text: qsTr("Edit name and image")