2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-10-07 13:26:47 +00:00

Version 4.16.

- Instant View on Windows 10+ and macOS.
- Allow scheduling messages in topics.
- Telegram Business: Links to Chats.
- Telegram Business: Custom Intro.
- Telegram Business: Chatbots.
- Sharing Revenue with Channel Owners.
This commit is contained in:
John Preston
2024-04-01 22:52:25 +04:00
parent c0117e72ad
commit 707146daed
14 changed files with 33 additions and 45 deletions

View File

@@ -106,7 +106,6 @@ UserPrivacy::Rule TLToRules(const TLRules &rules, Data::Session &owner) {
using Option = UserPrivacy::Option;
auto result = UserPrivacy::Rule();
auto optionSet = false;
auto allowPremium = false;
const auto setOption = [&](Option option) {
if (optionSet) {
return;