fix(googlechat): deprecate users/<email> allowlists (#16243)

This commit is contained in:
Peter Steinberger
2026-02-14 15:31:26 +01:00
committed by GitHub
parent 3967ece625
commit c8424bf29a
5 changed files with 59 additions and 24 deletions

View File

@@ -153,7 +153,8 @@ Configure your tunnel's ingress rules to only route the webhook path:
Use these identifiers for delivery and allowlists:
- Direct messages: `users/<userId>` or `users/<email>` (email addresses are accepted).
- Direct messages: `users/<userId>` (recommended) or raw email `name@example.com` (mutable principal).
- Deprecated: `users/<email>` is treated as a user id, not an email allowlist.
- Spaces: `spaces/<spaceId>`.
## Config highlights