fix: preserve BlueBubbles reply tag GUIDs

This commit is contained in:
Peter Steinberger
2026-01-24 23:09:16 +00:00
parent e5aa84ee48
commit ee2918c3b1
3 changed files with 62 additions and 44 deletions

View File

@@ -12,6 +12,7 @@ Docs: https://docs.clawd.bot
- Exec approvals: forward approval prompts to chat with `/approve` for all channels (including plugins). (#1621) Thanks @czekaj. https://docs.clawd.bot/tools/exec-approvals https://docs.clawd.bot/tools/slash-commands
### Fixes
- BlueBubbles: keep part-index GUIDs in reply tags when short IDs are missing.
- Web UI: hide internal `message_id` hints in chat bubbles.
- Heartbeat: normalize target identifiers for consistent routing.
- Telegram: use wrapped fetch for long-polling on Node to normalize AbortSignal handling. (#1639)