Fixed crash in context menu for uploading scheduled messages.

This commit is contained in:
23rd 2020-05-31 09:39:15 +03:00
parent 1d622fb3c0
commit f5e84220eb
1 changed files with 1 additions and 0 deletions

View File

@ -553,6 +553,7 @@ bool AddSelectMessageAction(
if (request.overSelection && !request.selectedItems.empty()) {
return false;
} else if (!item
|| item->isSending()
|| !IsServerMsgId(ItemIdAcrossData(item))
|| item->serviceMsg()) {
return false;