aboutsummaryrefslogtreecommitdiffhomepage
path: root/td/telegram/NotificationManager.cpp
diff options
context:
space:
mode:
authorlevlam <levlam@telegram.org>2024-07-08 13:34:56 +0300
committerlevlam <levlam@telegram.org>2024-07-08 13:34:56 +0300
commite659ae483ca77f04c49a934952acd6dc70fd64a6 (patch)
treedb4f3c358600afee3bbfe8c3ec78d64b586d8c51 /td/telegram/NotificationManager.cpp
parent52618cd4482d02a40ff18d90a829aaaee747e6a7 (diff)
Update layer to 185.
Diffstat (limited to 'td/telegram/NotificationManager.cpp')
-rw-r--r--td/telegram/NotificationManager.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/td/telegram/NotificationManager.cpp b/td/telegram/NotificationManager.cpp
index c82f21248..f8e2a434a 100644
--- a/td/telegram/NotificationManager.cpp
+++ b/td/telegram/NotificationManager.cpp
@@ -3086,9 +3086,9 @@ void NotificationManager::add_push_notification_user(
false /*ignored*/, false /*ignored*/, false /*ignored*/, false /*ignored*/, false /*ignored*/, false /*ignored*/,
false /*ignored*/, false /*ignored*/, false /*ignored*/, false /*ignored*/, false /*ignored*/, false /*ignored*/,
false /*ignored*/, 0, false /*ignored*/, false /*ignored*/, false /*ignored*/, false /*ignored*/,
- false /*ignored*/, false /*ignored*/, 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);
+ false /*ignored*/, false /*ignored*/, false /*ignored*/, 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);
td_->user_manager_->on_get_user(std::move(user), "add_push_notification_user");
}