diff options
| author | altaf-creator <dev@altafcreator.com> | 2026-01-16 20:34:35 +0800 |
|---|---|---|
| committer | altaf-creator <dev@altafcreator.com> | 2026-01-16 20:34:35 +0800 |
| commit | 82ea96facb47eaa7f033ca094c8caf21d082480f (patch) | |
| tree | 60f6b26302577870029384dba2d59e1db166fa81 /backend/main.py | |
| parent | 83c5deaa22742bce41ae38d9730fc4b5dd63eecf (diff) | |
enhancements
Diffstat (limited to 'backend/main.py')
| -rw-r--r-- | backend/main.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/backend/main.py b/backend/main.py index 8dc6470..c42e83f 100644 --- a/backend/main.py +++ b/backend/main.py @@ -216,7 +216,9 @@ def final_timer_finished(timer_id): out[0][RowIndices.SUBSCRIPTION_ID], { "title": "Laundry Finished", - "body": "Do collect your laundry, then press this notification to mark your laundry as collected.", + "body": "Your laundry is finished! Please collect your laundry.", + "requireInteraction": True, + "timerId": timer_id, } ) |
