mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-30 22:16:14 +00:00
Fix notifications on macOS.
This commit is contained in:
@@ -109,7 +109,7 @@ NSImage *qt_mac_create_nsimage(const QPixmap &pm);
|
|||||||
const auto notificationMsgId = msgObject ? [msgObject intValue] : 0;
|
const auto notificationMsgId = msgObject ? [msgObject intValue] : 0;
|
||||||
|
|
||||||
const auto my = Window::Notifications::Manager::NotificationId{
|
const auto my = Window::Notifications::Manager::NotificationId{
|
||||||
.full = FullPeer{
|
.full = Manager::FullPeer{
|
||||||
.sessionId = notificationSessionId,
|
.sessionId = notificationSessionId,
|
||||||
.peerId = notificationPeerId
|
.peerId = notificationPeerId
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user