2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-28 13:17:43 +00:00

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

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