fix: coalesce BlueBubbles link previews (#1981) (thanks @tyler6204)

This commit is contained in:
Tyler Yust
2026-01-26 14:11:37 -08:00
committed by Tyler Yust
parent 147842fadc
commit 9c0c5866db
2 changed files with 14 additions and 2 deletions

View File

@@ -50,6 +50,7 @@ Status: unreleased.
- **BREAKING:** Gateway auth mode "none" is removed; gateway now requires token/password (Tailscale Serve identity still allowed).
### Fixes
- BlueBubbles: coalesce inbound URL link preview messages. (#1981) Thanks @tyler6204.
- Agents: include memory.md when bootstrapping memory context. (#2318) Thanks @czekaj.
- Telegram: wrap reasoning italics per line to avoid raw underscores. (#2181) Thanks @YuriNachos.
- Voice Call: enforce Twilio webhook signature verification for ngrok URLs; disable ngrok free tier bypass by default.