From f941e8e9b5db1db07dd3a21be57cd3dc2e85ef79 Mon Sep 17 00:00:00 2001 From: Quentin Gliech Date: Wed, 7 Feb 2024 17:26:35 +0100 Subject: [PATCH] Fix the AS login docs --- docs/as-login.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/as-login.md b/docs/as-login.md index 635989e89..0eed4f9e3 100644 --- a/docs/as-login.md +++ b/docs/as-login.md @@ -3,5 +3,5 @@ Encrypted Application Services/Bridges currently leverage the `m.login.application_service` login type to create devices for users. This API is *not* available in the Matrix Authentication Service. -We're working on a solution to support this use case, but in the meantime, this means **encrypted bridges will work with the Matrix Authentication Service.** +We're working on a solution to support this use case, but in the meantime, this means **encrypted bridges will not work with the Matrix Authentication Service.** A workaround is to disable E2EE support in your bridge setup.