Enable ads leading to a specific channel post.

This commit is contained in:
John Preston 2021-10-11 12:04:10 +04:00
parent 185523f66f
commit e471d61d7a
1 changed files with 1 additions and 1 deletions

View File

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