feat: add group chat support

Set signal_group_id in config to send to a group instead of a DM.
Group ID takes priority over signal_recipient when both are set.
This commit is contained in:
2026-03-10 23:55:19 +00:00
parent 4d7d86aa5e
commit fb0252fb7c
3 changed files with 19 additions and 8 deletions

View File

@@ -10,5 +10,8 @@ signal_url = "http://127.0.0.1:8080"
# signal-cli account (phone number registered with signal-cli)
signal_account = "+1234567890"
# Signal recipient UUID or phone number to send notifications to
# Signal recipient UUID for DM notifications
signal_recipient = ""
# OR: Signal group ID for group notifications (overrides signal_recipient)
# signal_group_id = ""