mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-19 00:52:10 -06:00
7a30b5d0da
resolveMediaMaxBytes treated any number as an explicit cap, so channels.matrix.mediaMaxMb: 0 became a literal 0-byte limit and every outbound media send failed before upload, while inbound media on the same account kept working because monitor/index.ts already floors the same field with Math.max(1, mediaMaxMb). Only a positive value is a cap now, matching CommonMediaMaxMbSchema; other values fall through to the existing unset path (per-kind defaults). matrix is one of three bundled channels that hand-roll this field without a range constraint, so the config loads without complaint today.
OpenClaw Matrix
Official OpenClaw channel plugin for Matrix rooms and direct messages.
Install from OpenClaw:
openclaw plugins install @openclaw/matrix
Configure the Matrix homeserver and bot credentials in OpenClaw. The plugin lets agents join configured rooms, receive messages, and reply through Matrix.