mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +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,
|
not_null<HistoryItem*> item,
|
||||||
SendOptions options) {
|
SendOptions options) {
|
||||||
const auto empty = [] {};
|
const auto empty = [] {};
|
||||||
|
options.invertCaption = item->invertMedia();
|
||||||
EditMessage(item, options, empty, empty);
|
EditMessage(item, options, empty, empty);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue