From 930138ebb167f63193edefb4b0c877cbd18a1fd6 Mon Sep 17 00:00:00 2001 From: Richard Ramos Date: Mon, 24 May 2021 10:19:53 -0400 Subject: [PATCH] disabling FetchMoreMessages context menu item --- ui/app/AppLayouts/Chat/components/ChannelContextMenu.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/app/AppLayouts/Chat/components/ChannelContextMenu.qml b/ui/app/AppLayouts/Chat/components/ChannelContextMenu.qml index 91055c6d4c..09c30fdef1 100644 --- a/ui/app/AppLayouts/Chat/components/ChannelContextMenu.qml +++ b/ui/app/AppLayouts/Chat/components/ChannelContextMenu.qml @@ -97,7 +97,7 @@ PopupMenu { chatsModel.markAllChannelMessagesReadByIndex(channelContextMenu.channelIndex) } } - FetchMoreMessages {} + // FetchMoreMessages {} // TODO: disabling it temporarily because wakuext_syncChatFromSyncedFrom does not support specifying a date range Action { //% "Clear History" text: qsTrId("clear-history")