fdoNotificationDaemon: Don't reshow a banner for updated notifications

There is arguably some room for interpretation but the notification
specs suggest that a notification should be updated without any "visual
cues" therefore the notification shouldn't show a banner again when it's
replaced.
This commit is contained in:
Julian Sparber 2024-04-10 19:43:57 +02:00
parent 21fd4f1a1c
commit be8fbc9145

View file

@ -206,7 +206,6 @@ class FdoNotificationDaemon {
gicon,
useBodyMarkup: true,
sound: new MessageTray.Sound(soundFile, hints['sound-name']),
acknowledged: false,
});
notification.clearActions();