You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/channels/signal.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -195,6 +195,8 @@ Groups:
195
195
196
196
-`channels.signal.groupPolicy = open | allowlist | disabled`.
197
197
-`channels.signal.groupAllowFrom` controls who can trigger in groups when `allowlist` is set.
198
+
-`channels.signal.groups["<group-id>" | "*"]` can override group behavior with `requireMention`, `tools`, and `toolsBySender`.
199
+
- Use `channels.signal.accounts.<id>.groups` for per-account overrides in multi-account setups.
198
200
- Runtime note: if `channels.signal` is completely missing, runtime falls back to `groupPolicy="allowlist"` for group checks (even if `channels.defaults.groupPolicy` is set).
199
201
200
202
## How it works (behavior)
@@ -312,6 +314,8 @@ Provider options:
312
314
-`channels.signal.allowFrom`: DM allowlist (E.164 or `uuid:<id>`). `open` requires `"*"`. Signal has no usernames; use phone/UUID ids.
0 commit comments