From 1b5fbd9a6c4e66174f86654fb321aaf6d607f06c Mon Sep 17 00:00:00 2001 From: Khaled FERJANI Date: Fri, 27 Sep 2024 15:55:29 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20chore:=20add=20qr=5Fcode=5Furl?= =?UTF-8?q?=20to=20default=20config?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/matrix-client-server/src/config.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/matrix-client-server/src/config.json b/packages/matrix-client-server/src/config.json index 7c530dc0..7d14fd50 100644 --- a/packages/matrix-client-server/src/config.json +++ b/packages/matrix-client-server/src/config.json @@ -115,5 +115,6 @@ } ], "sms_folder": "./src/__testData__/sms", - "is_registration_enabled": true + "is_registration_enabled": true, + "qr_code_url": "twake.chat://login" }