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 c22d2b2ffd
commit 4b7c6d4f8f

View File

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