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) }); });