aboutsummaryrefslogtreecommitdiffhomepage
path: root/td/telegram/NotificationManager.cpp
diff options
context:
space:
mode:
authorlevlam <levlam@telegram.org>2025-10-17 15:48:11 +0300
committerlevlam <levlam@telegram.org>2025-10-17 15:48:11 +0300
commit9cbccaf3cf0ed456a723463c305cc58dd7653fa1 (patch)
treebbde3fd000a32afc383eec724357bf7eee9733c8 /td/telegram/NotificationManager.cpp
parentdd8e0e41ecb6db8ed157d007d3d63034c52bd212 (diff)
Update layer to 217.
Diffstat (limited to 'td/telegram/NotificationManager.cpp')
-rw-r--r--td/telegram/NotificationManager.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/td/telegram/NotificationManager.cpp b/td/telegram/NotificationManager.cpp
index f38408aa4..96332d5a8 100644
--- a/td/telegram/NotificationManager.cpp
+++ b/td/telegram/NotificationManager.cpp
@@ -2929,8 +2929,8 @@ void NotificationManager::add_push_notification_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, 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);
+ string(), string(), nullptr, vector<telegram_api::object_ptr<telegram_api::username>>(), nullptr, nullptr,
+ nullptr, 0, 0, 0);
td_->user_manager_->on_get_user(std::move(user), "add_push_notification_user");
}