diff options
Diffstat (limited to 'scripts/signal-receive.sh')
| -rwxr-xr-x | scripts/signal-receive.sh | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/scripts/signal-receive.sh b/scripts/signal-receive.sh index 8c3ef01..ffe292c 100755 --- a/scripts/signal-receive.sh +++ b/scripts/signal-receive.sh @@ -1,8 +1,10 @@ #!/usr/bin/env bash # signal-receive.sh — drain the Signal pager account's inbound queue. # -# The pager identity (+15045173983) lives on velox (primary) and any linked -# device (ratio). The Signal protocol expects a registered account to receive +# The pager identity (+15045173983) lives on whichever machines hold it in their +# local signal-cli — check with `signal-cli listAccounts` rather than assuming; +# velox's 2026-08-13 reinstall wiped its registration and the old comment here +# named it as primary. The Signal protocol expects a registered account to receive # regularly; when it goes quiet, signal-cli prints a staleness warning # ("Messages have been last received N days ago") and the account drifts toward # an unhealthy state. This script pulls anything queued and exits, keeping the |
