v0.11.28 FCM bug fixes

This commit is contained in:
2026-03-22 23:10:17 -04:00
parent bfb67261b2
commit 2495a2c358
2 changed files with 2 additions and 1 deletions

View File

@@ -13,7 +13,7 @@
# ─────────────────────────────────────────────────────────────
set -euo pipefail
VERSION="${1:-0.11.27}"
VERSION="${1:-0.11.28}"
ACTION="${2:-}"
REGISTRY="${REGISTRY:-}"
IMAGE_NAME="rosterchirp"

View File

@@ -64,6 +64,7 @@ function showRosterChirpNotification(data) {
data: { url: data.url || '/' },
tag: data.groupId ? `rosterchirp-group-${data.groupId}` : 'rosterchirp-message',
renotify: true,
vibrate: [200, 100, 200], // haptic pattern — also activates the OS sound channel
});
}