make IEncryption clearly optional

This commit is contained in:
Ivan FB 2026-03-31 21:24:29 +02:00
parent 9725dc84ad
commit 92a746cca8
No known key found for this signature in database
GPG Key ID: DF0C67A04C543270

View File

@ -199,7 +199,7 @@ types:
default: DefaultRateLimitConfig
description: "Configuration for rate limit management."
encryption:
type: IEncryption
type: optional<IEncryption>
default: none
description: "Optional pluggable encryption implementation. If none, messages are sent unencrypted."