notifications: drop actions on restart (they don't work properly anyway)

This commit is contained in:
end-4
2025-06-19 17:21:05 +02:00
parent cbed76fea9
commit bd6e8894b6
@@ -243,7 +243,7 @@ Singleton {
root.list = JSON.parse(fileContents).map((notif) => {
return notifComponent.createObject(root, {
"id": notif.id,
"actions": notif.actions,
"actions": [], // Notification actions are meaningless if they're not tracked by the server or the sender is dead
"appIcon": notif.appIcon,
"appName": notif.appName,
"body": notif.body,