disabling FetchMoreMessages context menu item
This commit is contained in:
parent
f86611303f
commit
930138ebb1
|
@ -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")
|
||||
|
|
Loading…
Reference in New Issue