From c551d98a53c393140c54e955b1d4fd7005f43b54 Mon Sep 17 00:00:00 2001 From: Caroline Larimore Date: Mon, 21 Apr 2025 17:07:11 -0700 Subject: Add proper expiration and sort settings --- srv/notifServer.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'srv/notifServer.go') 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{ -- cgit v1.2.3