aboutsummaryrefslogtreecommitdiffhomepage
path: root/td/telegram/NotificationManager.cpp
diff options
context:
space:
mode:
authorlevlam <levlam@telegram.org>2025-09-19 13:34:05 +0300
committerlevlam <levlam@telegram.org>2025-09-19 13:34:05 +0300
commit948de0062bcfba793e8050018f36136fa1978ad3 (patch)
treed5a696f05ec28d5b4a79af99f446977e2b8a2666 /td/telegram/NotificationManager.cpp
parent369ee922b45bfa7e8da357e4d62e93925862d86d (diff)
Update layer to 216.
Diffstat (limited to 'td/telegram/NotificationManager.cpp')
-rw-r--r--td/telegram/NotificationManager.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/td/telegram/NotificationManager.cpp b/td/telegram/NotificationManager.cpp
index 8fd5f4374..4bc6a4155 100644
--- a/td/telegram/NotificationManager.cpp
+++ b/td/telegram/NotificationManager.cpp
@@ -2926,7 +2926,7 @@ void NotificationManager::add_push_notification_user(
auto user_name = sender_user_id.get() == 136817688 ? "Channel" : sender_name;
auto user = telegram_api::make_object<telegram_api::user>(
flags, false, false, false, false, false, false, false, false, false, true /*min*/, false, false, false, false,
- false, false, false, false, 0, false, false, false, false, false, false, false, sender_user_id.get(),
+ false, false, false, false, 0, false, false, false, false, false, false, false, false, sender_user_id.get(),
sender_access_hash, user_name, string(), string(), string(), std::move(sender_photo), nullptr, 0, Auto(),
string(), string(), nullptr, vector<telegram_api::object_ptr<telegram_api::username>>(), 0, nullptr, nullptr, 0,
0, 0);