mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +02:00
Fix phrase when forwarding one album item.
This commit is contained in:
parent
3b1d13eac9
commit
2b1ff39798
1 changed files with 1 additions and 0 deletions
|
@ -170,6 +170,7 @@ void ForwardPanel::updateTexts() {
|
||||||
.hideSender = true,
|
.hideSender = true,
|
||||||
.hideCaption = !keepCaptions,
|
.hideCaption = !keepCaptions,
|
||||||
.generateImages = false,
|
.generateImages = false,
|
||||||
|
.ignoreGroup = true,
|
||||||
}).text;
|
}).text;
|
||||||
const auto history = item->history();
|
const auto history = item->history();
|
||||||
const auto dropCustomEmoji = !history->session().premium()
|
const auto dropCustomEmoji = !history->session().premium()
|
||||||
|
|
Loading…
Add table
Reference in a new issue