You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(notifications): abort NotificationWorker when user init fails
initDecryptedData() could silently leave `user` uninitialized (invalid
signature, or an exception swallowed by the catch block), after which
doWork() unconditionally called initNcApiAndCredentials(), crashing
with UninitializedPropertyAccessException and dropping the
notification. Now initDecryptedData() reports success/failure and
doWork() bails out early with a log when it fails.
Assisted-by: Claude Code:claude-sonnet-5
Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
0 commit comments