diff --git a/nanobot/channels/matrix.py b/nanobot/channels/matrix.py index 716a7f81a..a1435fcf3 100644 --- a/nanobot/channels/matrix.py +++ b/nanobot/channels/matrix.py @@ -209,7 +209,7 @@ class MatrixConfig(Base): password: str = "" access_token: str = "" device_id: str = "" - e2ee_enabled: bool = True + e2ee_enabled: bool = Field(default=True, alias="e2eeEnabled") sync_stop_grace_seconds: int = 2 max_media_bytes: int = 20 * 1024 * 1024 allow_from: list[str] = Field(default_factory=list)