From eb382c0d0b996af8964291dd70b8c092d6810cea Mon Sep 17 00:00:00 2001 From: levlam Date: Thu, 27 Dec 2018 19:53:12 +0300 Subject: [PATCH] Support updateHavePendingNotifications in getCurrentState. GitOrigin-RevId: b79d24241ce622b86e9e6eba00df489f25b3c91c --- td/telegram/NotificationManager.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/td/telegram/NotificationManager.cpp b/td/telegram/NotificationManager.cpp index 5519c1a1c..b9c797fa6 100644 --- a/td/telegram/NotificationManager.cpp +++ b/td/telegram/NotificationManager.cpp @@ -2044,6 +2044,9 @@ void NotificationManager::get_current_state(vector(true)); + } } void NotificationManager::flush_all_notifications() {