mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-18 23:27:09 +02:00
Fixed crash in context menu for uploading scheduled messages.
This commit is contained in:
parent
1d622fb3c0
commit
f5e84220eb
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue