mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-30 14:17:45 +00:00
Enable ads leading to a specific channel post.
This commit is contained in:
@@ -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) });
|
||||
});
|
||||
|
Reference in New Issue
Block a user