aboutsummaryrefslogtreecommitdiff
path: root/tests/test-signel-notify-function.el
Commit message (Collapse)AuthorAgeFilesLines
* feat(signal): route message toasts through the notify scriptCraig Jennings3 days1-0/+89
Incoming messages now notify through cj/signel--notify, installed as the fork's signel-notify-function. It suppresses the toast while that chat is in the selected window of a focused frame, collapses and truncates the body to 120 characters, and sends through the notify script (info type, --silent unless cj/signel-notify-sound is set). Without the script on PATH it falls back to notifications-notify and warns at load. The decisions are in the Notification slice addendum of docs/design/signal-client.org.