mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-14 13:17:08 +02:00
Fix dropping invertCaption on reschedule.
This commit is contained in:
parent
f61f649a7e
commit
47e06cf385
1 changed files with 1 additions and 0 deletions
|
@ -205,6 +205,7 @@ void RescheduleMessage(
|
|||
not_null<HistoryItem*> item,
|
||||
SendOptions options) {
|
||||
const auto empty = [] {};
|
||||
options.invertCaption = item->invertMedia();
|
||||
EditMessage(item, options, empty, empty);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue