fix: note config-first channel auth (#1040) (thanks @thewilloftheshadow)

This commit is contained in:
Peter Steinberger 2026-01-17 00:25:57 +00:00
parent 89f4f0bd44
commit 330abac145

View File

@ -9,8 +9,7 @@
- Sessions: add `session.identityLinks` for cross-platform DM session linking. (#1033) — thanks @thewilloftheshadow.
### Breaking
- **BREAKING:** Discord/Telegram channel tokens now prefer config over env (env is fallback only).
- **BREAKING:** Matrix channel credentials now prefer config over env (env is fallback only).
- **BREAKING:** Channel auth now prefers config over env for Discord/Telegram/Matrix (env is fallback only). (#1040) — thanks @thewilloftheshadow.
### Changes
- Tools: improve `web_fetch` extraction using Readability (with fallback).