rm line to avoid confusion

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

View File

@ -313,7 +313,7 @@ The default `memory` backend does not survive process restarts; implementors pro
The `encryption` field in `ReliableChannelConfig` is intentionally optional.
The Reliable Channel API is agnostic to encryption mechanisms.
Encryption is considered a concern of upper layers (e.g., the Logos Chat).
When an `IEncryption` implementation is provided, it MUST be applied as described in the [Messaging extended definitions](#messaging-extended-definitions).
### Messaging