mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +02:00
Enable ads leading to a specific channel post.
This commit is contained in:
parent
185523f66f
commit
e471d61d7a
1 changed files with 1 additions and 1 deletions
|
@ -153,7 +153,7 @@ void SponsoredMessages::append(
|
||||||
data.ventities().value_or_empty()),
|
data.ventities().value_or_empty()),
|
||||||
},
|
},
|
||||||
.history = history,
|
.history = history,
|
||||||
//.msgId = data.vchannel_post().value_or_empty(),
|
.msgId = data.vchannel_post().value_or_empty(),
|
||||||
};
|
};
|
||||||
list.entries.push_back({ nullptr, std::move(sharedMessage) });
|
list.entries.push_back({ nullptr, std::move(sharedMessage) });
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Reference in a new issue