-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enable spaces? #269
Comments
I don't recall which one you should, but I added the following lines to experimental_features:
spaces_enabled: true
Be careful with yaml, use spaces and not tabs. |
What is spaces ? |
Should be enabled by default in the latest synapse BTW. |
The latest synapse version of Yunohost? |
In upstream synapse 1.35.0: https://github.com/matrix-org/synapse/releases/tag/v1.35.0
And the upcoming 1.36:
|
If I want to enable spaces to give it a try, I should add
experimental_features: { spaces_enabled: true }
to which file?
/etc/matrix-synapse/homeserver.yaml
or
/etc/yunohost/apps/synapse/conf/homeserver.yaml
?
And then I should do
sudo yunohost service reload matrix-synapse
I guess?
The text was updated successfully, but these errors were encountered: