You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add missing properties in OSNotification constructor
- `OSNotification(OSNotification notification)` is used as the constructor for `OSMutableNotification`
- `ttl` and `sentTime` were missing from this constructor so that these values defaulted to 0, leading to some problems with determining ttl logic later.
- Unrelated to what this PR is going to address, but also added `smallIcon` here since that was also missing.
0 commit comments