mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-30 22:25:12 +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 my = Window::Notifications::Manager::NotificationId{
|
||||
.full = FullPeer{
|
||||
.full = Manager::FullPeer{
|
||||
.sessionId = notificationSessionId,
|
||||
.peerId = notificationPeerId
|
||||
},
|
||||
|
Reference in New Issue
Block a user