From 8c4d3a86e785eb175886b7c7cece8fee01b67dcc Mon Sep 17 00:00:00 2001 From: John Preston Date: Thu, 25 Jun 2020 19:13:02 +0400 Subject: [PATCH] Fix notifications on macOS. --- Telegram/SourceFiles/platform/mac/notifications_manager_mac.mm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Telegram/SourceFiles/platform/mac/notifications_manager_mac.mm b/Telegram/SourceFiles/platform/mac/notifications_manager_mac.mm index 9db0ab40d..a298876c3 100644 --- a/Telegram/SourceFiles/platform/mac/notifications_manager_mac.mm +++ b/Telegram/SourceFiles/platform/mac/notifications_manager_mac.mm @@ -109,7 +109,7 @@ NSImage *qt_mac_create_nsimage(const QPixmap &pm); const auto notificationMsgId = msgObject ? [msgObject intValue] : 0; const auto my = Window::Notifications::Manager::NotificationId{ - .full = FullPeer{ + .full = Manager::FullPeer{ .sessionId = notificationSessionId, .peerId = notificationPeerId },