Fix phrase when forwarding one album item.
This commit is contained in:
parent
3b1d13eac9
commit
2b1ff39798
|
@ -170,6 +170,7 @@ void ForwardPanel::updateTexts() {
|
|||
.hideSender = true,
|
||||
.hideCaption = !keepCaptions,
|
||||
.generateImages = false,
|
||||
.ignoreGroup = true,
|
||||
}).text;
|
||||
const auto history = item->history();
|
||||
const auto dropCustomEmoji = !history->session().premium()
|
||||
|
|
Loading…
Reference in New Issue