From e471d61d7aa33ea652e6eab2a91a7c30bb6e15c6 Mon Sep 17 00:00:00 2001 From: John Preston Date: Mon, 11 Oct 2021 12:04:10 +0400 Subject: [PATCH] Enable ads leading to a specific channel post. --- Telegram/SourceFiles/data/data_sponsored_messages.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Telegram/SourceFiles/data/data_sponsored_messages.cpp b/Telegram/SourceFiles/data/data_sponsored_messages.cpp index 18f47510e..ea4d4819d 100644 --- a/Telegram/SourceFiles/data/data_sponsored_messages.cpp +++ b/Telegram/SourceFiles/data/data_sponsored_messages.cpp @@ -153,7 +153,7 @@ void SponsoredMessages::append( data.ventities().value_or_empty()), }, .history = history, - //.msgId = data.vchannel_post().value_or_empty(), + .msgId = data.vchannel_post().value_or_empty(), }; list.entries.push_back({ nullptr, std::move(sharedMessage) }); });