diff options
| author | Caroline Larimore <caroline@larimo.re> | 2025-04-21 17:07:11 -0700 |
|---|---|---|
| committer | Caroline Larimore <caroline@larimo.re> | 2025-04-21 17:07:11 -0700 |
| commit | c551d98a53c393140c54e955b1d4fd7005f43b54 (patch) | |
| tree | ff255ee9a0567e27418fcf51f84c09d65ef5f575 /srv/notifServer.go | |
| parent | 66b56a093bcd48030733a17382368c53f5b79455 (diff) | |
Add proper expiration and sort settings
Diffstat (limited to 'srv/notifServer.go')
| -rw-r--r-- | srv/notifServer.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/srv/notifServer.go b/srv/notifServer.go index d175055..a64a165 100644 --- a/srv/notifServer.go +++ b/srv/notifServer.go @@ -100,7 +100,7 @@ func (s notifServer) Notify(appName string, replacesId uint32, appIcon string, s } if expireTimeout == -1 { - expireTimeout = DEFAULT_EXPIRATION + expireTimeout = int32(DEFAULT_EXPIRATION) } notification := notification{ |