docs: update maxMediaBytes documentation to include blocking option
Add clarification that setting to 0 blocks all attachments
This commit is contained in:
@@ -346,7 +346,7 @@ Uses Matrix sync via `matrix-nio` (including inbound media support).
|
|||||||
> `groupAllowFrom`: Room allowlist used when `groupPolicy` is `allowlist`.
|
> `groupAllowFrom`: Room allowlist used when `groupPolicy` is `allowlist`.
|
||||||
> `allowRoomMentions`: If `true`, accepts `@room` (`m.mentions.room`) in mention mode.
|
> `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.
|
> `e2eeEnabled`: Enables Matrix E2EE support (default `true`); set `false` only for plaintext-only setups.
|
||||||
> `maxInboundMediaBytes`: Max inbound attachment size in bytes (default `20MB`).
|
> `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]
|
> [!NOTE]
|
||||||
> Matrix E2EE implications:
|
> Matrix E2EE implications:
|
||||||
|
|||||||
Reference in New Issue
Block a user