diff --git a/backend/src/services/notifications/action-renderer.ts b/backend/src/services/notifications/action-renderer.ts index 1240b5a..5adec51 100644 --- a/backend/src/services/notifications/action-renderer.ts +++ b/backend/src/services/notifications/action-renderer.ts @@ -117,8 +117,7 @@ export function buildNtfyActions(options: PushNotificationOptions): NtfyActionPa label: action.label, url: action.url, method: "POST", - // Clear the original actionable ntfy notification locally after a successful mutation. - clear: true, + clear: false, }; }); }