1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/element_ynh.git synced 2024-09-03 18:36:08 +02:00

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.
This commit is contained in:
Josué Tille 2023-11-30 15:17:37 +01:00
parent 060d40ef4e
commit 9d8c970d1c
No known key found for this signature in database
GPG key ID: 716A6C99B04194EF

View file

@ -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"