disabling FetchMoreMessages context menu item

This commit is contained in:
Richard Ramos 2021-05-24 10:19:53 -04:00 committed by Iuri Matias
parent f86611303f
commit 930138ebb1
1 changed files with 1 additions and 1 deletions

View File

@ -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")