feat(matrix): make e2ee configurable with enabled default
This commit is contained in:
@@ -72,6 +72,8 @@ class MatrixConfig(Base):
|
||||
access_token: str = ""
|
||||
user_id: str = "" # @bot:matrix.org
|
||||
device_id: str = ""
|
||||
# Enable Matrix E2EE support (encryption + encrypted room handling).
|
||||
e2ee_enabled: bool = True
|
||||
# Max seconds to wait for sync_forever to stop gracefully before cancellation fallback.
|
||||
sync_stop_grace_seconds: int = 2
|
||||
# Max attachment size accepted from inbound Matrix media events.
|
||||
|
||||
Reference in New Issue
Block a user