This commit is contained in:
Brendan Abolivier 2019-11-07 13:33:43 +00:00 committed by GitHub
parent 2ea2448585
commit 20f576ba9b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -63,7 +63,7 @@ class Config(object):
self.device_id = matrix.get("device_id")
if not self.device_id:
logger.warning(
"matrix.device_id is not provided, which means that end-to-end
"matrix.device_id is not provided, which means that end-to-end"
" encryption won't work correctly"
)