mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-06 23:24:01 +02:00
parent
3a700650be
commit
81457693f1
1 changed files with 1 additions and 1 deletions
|
@ -1028,7 +1028,7 @@ void HistoryMessage::createComponents(const CreateConfig &config) {
|
|||
setViewsCount(config.viewsCount);
|
||||
if (config.mtpReplies) {
|
||||
setReplies(*config.mtpReplies);
|
||||
} else if (isSending()) {
|
||||
} else if (isSending() && !config.mtpMarkup) {
|
||||
if (const auto broadcast = history()->peer->asBroadcast()) {
|
||||
if (const auto linked = broadcast->linkedChat()) {
|
||||
setReplies(MTP_messageReplies(
|
||||
|
|
Loading…
Add table
Reference in a new issue