test(matrix): update originalFilename coverage

This commit is contained in:
Gustavo Madeira Santana 2026-03-27 18:41:18 -04:00
parent 22207d5d8b
commit a0cc5eab32
No known key found for this signature in database
2 changed files with 2 additions and 0 deletions

View File

@ -93,6 +93,7 @@ Docs: https://docs.openclaw.ai
- Memory/search: share memory embedding provider registrations across split plugin runtimes so memory search no longer fails with unknown provider errors after memory-core registers built-in adapters. (#55945) Thanks @glitch418x.
- Discord/Carbon beta: update `@buape/carbon` to the latest beta and pass the new `RateLimitError` request argument so Discord stays compatible with the upstream beta constructor change. (#55980) Thanks @ngutman.
- Plugins/inbound claims: pass full inbound attachment arrays through `inbound_claim` hook metadata while keeping the legacy singular media attachment fields for compatibility. (#55452) Thanks @huntharo.
- Plugins/Matrix: preserve sender filenames for inbound media by forwarding `originalFilename` to `saveMediaBuffer`. (#55692) thanks @esrehmki.
## 2026.3.24

View File

@ -71,6 +71,7 @@ describe("downloadMatrixMedia", () => {
"image/png",
"inbound",
1024,
undefined,
);
expect(result?.path).toBe("/tmp/media");
});