From 9d8c970d1c60d8ef24fd931f97b0f0c4f7a3a67d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josu=C3=A9=20Tille?= Date: Thu, 30 Nov 2023 15:17:37 +0100 Subject: [PATCH] Set ldap and sso support to "not relevant" As synapse fully support SSO for me it's not true to say that this app don't support SSO as it work with synpase. But with some other matrix server it could be not implemented and in this case it's not supported and in this case it false to say that is not supported. So for me the better value is to set to 'not_relevant' and on server side we should define exactly what is the implementation of theses features. --- manifest.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.toml b/manifest.toml index b5f4ae1..43f305e 100644 --- a/manifest.toml +++ b/manifest.toml @@ -22,9 +22,9 @@ yunohost = ">= 11.2" architectures = "all" multi_instance = true -ldap = false +ldap = "not_relevant" -sso = false +sso = "not_relevant" disk = "50M" ram.build = "50M"