diff --git a/README.md b/README.md index 237b212c2..c1f7a9d98 100644 --- a/README.md +++ b/README.md @@ -303,7 +303,7 @@ Uses Matrix sync via `matrix-nio` (inbound media + outbound file attachments). > `groupAllowFrom`: Room allowlist used when `groupPolicy` is `allowlist`. > `allowRoomMentions`: If `true`, accepts `@room` (`m.mentions.room`) in mention mode. > `e2eeEnabled`: Enables Matrix E2EE support (default `true`); set `false` only for plaintext-only setups. -> `maxMediaBytes`: Max attachment size in bytes (default `20MB`) for inbound and outbound media handling. +> `maxMediaBytes`: Max attachment size in bytes (default `20MB`) for inbound and outbound media handling; set to `0` to block all inbound and outbound attachment uploads. > [!NOTE] > Matrix E2EE implications: