Open
Description
Problem
We are building a Slack/Discord like chat client (linen.dev) with Tauri. The problem is we don't have any notification listeners for Mac and windows so that we know which notification they click on so we can show the proper channel/thread.
Describe the solution you'd like
According to this windows and mac listeners are not implemented
https://docs.rs/notify-rust/latest/notify_rust/#notificationhandle
Additional context
tauri-apps/plugins-workspace#2150
For mac we ran into issue with https://github.com/h4llow3En/mac-notification-sys because was blocking which spiked cpu usage to 100% when we received a notification and it would stay at 100% until we closed the notification.
Metadata
Metadata
Assignees
Labels
No labels