Details
Set web version, try sending a macOS notification. Check if the codeVersion in the notifications table is -1.
Diff Detail
- Repository
- rCOMM Comm
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Are you sure about this? Don't we need both web (js code) version and desktop (electron)?
Are you sure about this? Don't we need both web (js code) version and desktop (electron)?
Not sure what you mean. Currently, both web and desktop notifs work with -1 as their codeVersion. When we start versioning web we want to keep the desktop version as -1. In the future when we make keyserver aware of desktop version (https://linear.app/comm/issue/ENG-3917) we can make the windows/macos notifs use both web and desktop versions for sending notifs. If we wanted to this now we would have to introduce some webVersion for windows/macos handlers, but I don't that's needed now.