From dc5dea49afe48bf213c4bccc8bf130451d4094fa Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Wed, 6 Jul 2022 16:17:39 +0000 Subject: [PATCH] Update content of files --- data/server/test/GetConfig.json | 8 ++++---- data/server/test/GetPremiumPromo.json | 14 ++++++++++---- 2 files changed, 14 insertions(+), 8 deletions(-) diff --git a/data/server/test/GetConfig.json b/data/server/test/GetConfig.json index 8cd5fe8ca3..fa6b5ec5fd 100644 --- a/data/server/test/GetConfig.json +++ b/data/server/test/GetConfig.json @@ -17,22 +17,22 @@ "notify_default_delay_ms": 1500, "push_chat_period_ms": 60000, "push_chat_limit": 2, - "saved_gifs_limit": 50, + "saved_gifs_limit": 25, "edit_time_limit": 900, "revoke_time_limit": 2147483647, "revoke_pm_time_limit": 2147483647, "rating_e_decay": 2419200, "stickers_recent_limit": 200, - "stickers_faved_limit": 10, + "stickers_faved_limit": 5, "channels_read_media_period": 300, - "pinned_dialogs_count_max": 6, + "pinned_dialogs_count_max": 4, "pinned_infolder_count_max": 3, "call_receive_timeout_ms": 20000, "call_ring_timeout_ms": 90000, "call_connect_timeout_ms": 30000, "call_packet_timeout_ms": 10000, "me_url_prefix": "https://t.me/", - "caption_length_max": 2048, + "caption_length_max": 1024, "message_length_max": 4096, "webfile_dc_id": 2, "phonecalls_enabled": true, diff --git a/data/server/test/GetPremiumPromo.json b/data/server/test/GetPremiumPromo.json index 6ec628e70d..07ee973350 100644 --- a/data/server/test/GetPremiumPromo.json +++ b/data/server/test/GetPremiumPromo.json @@ -1,12 +1,18 @@ { "_": "types.help.PremiumPromo", - "status_text": "Your Premium Subscription is active. \nExtension date is 06.07.2022.\nManage in Premium Bot.", + "status_text": "By subscribing to Telegram Premium you agree to the Telegram Terms of Service and Privacy Policy.\n\nYour Premium Subscription expired on 06.07.2022.\nFeel free to resubscribe to get Premium features back.", "status_entities": [ { "_": "types.MessageEntityTextUrl", - "offset": 78, - "length": 11, - "url": "https://t.me/izpremiumbot?start=status" + "offset": 52, + "length": 25, + "url": "https://telegram.org/tos" + }, + { + "_": "types.MessageEntityTextUrl", + "offset": 82, + "length": 14, + "url": "https://telegram.org/privacy" } ], "video_sections": [],