mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 14:38:15 +00:00
Added ability to edit media in scheduled messages.
This commit is contained in:
@@ -497,7 +497,8 @@ FileLoadTask::FileLoadTask(
|
||||
, _type(type)
|
||||
, _caption(caption)
|
||||
, _msgIdToEdit(msgIdToEdit) {
|
||||
Expects(_msgIdToEdit == 0 || IsServerMsgId(_msgIdToEdit));
|
||||
Expects(to.options.scheduled
|
||||
|| (_msgIdToEdit == 0 || IsServerMsgId(_msgIdToEdit)));
|
||||
}
|
||||
|
||||
FileLoadTask::FileLoadTask(
|
||||
|
Reference in New Issue
Block a user