2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-28 21:27:53 +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()), 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) });
}); });