mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-07 07:33:52 +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);
|
setViewsCount(config.viewsCount);
|
||||||
if (config.mtpReplies) {
|
if (config.mtpReplies) {
|
||||||
setReplies(*config.mtpReplies);
|
setReplies(*config.mtpReplies);
|
||||||
} else if (isSending()) {
|
} else if (isSending() && !config.mtpMarkup) {
|
||||||
if (const auto broadcast = history()->peer->asBroadcast()) {
|
if (const auto broadcast = history()->peer->asBroadcast()) {
|
||||||
if (const auto linked = broadcast->linkedChat()) {
|
if (const auto linked = broadcast->linkedChat()) {
|
||||||
setReplies(MTP_messageReplies(
|
setReplies(MTP_messageReplies(
|
||||||
|
|
Loading…
Add table
Reference in a new issue