fix: handle legacy matrix polls (#1088) (thanks @sibbl)

This commit is contained in:
Peter Steinberger
2026-01-17 17:27:12 +00:00
parent b78b06353a
commit a8d9d630bc
4 changed files with 47 additions and 4 deletions

View File

@@ -7,6 +7,9 @@ Docs: https://docs.clawd.bot
### Changes
- macOS: strip prerelease/build suffixes when parsing gateway semver patches. (#1110) — thanks @zerone0x.
### Fixes
- Matrix: send voice/image-specific media payloads and keep legacy poll parsing. (#1088) — thanks @sibbl.
## 2026.1.16-2
### Changes