mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-02-08 08:07:10 +00:00
Fixed crash in context menu for uploading scheduled messages.
This commit is contained in:
parent
1d622fb3c0
commit
f5e84220eb
@ -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…
Reference in New Issue
Block a user