Skip to content
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

Closed
Thatoo opened this issue Jun 1, 2021 · 6 comments
Closed

Enable spaces? #269

Thatoo opened this issue Jun 1, 2021 · 6 comments

Comments

@Thatoo
Copy link

Thatoo commented Jun 1, 2021

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?

@MayeulC
Copy link

MayeulC commented Jun 1, 2021

I don't recall which one you should, but I added the following lines to /etx/matrix-synapse/homeserver.yaml:

experimental_features:
  spaces_enabled: true

systemctl reload matrix-synapse should be enough to reload configuration without restarting synapse, but you can probably do systemctl restart matrix-synapse

Be careful with yaml, use spaces and not tabs.

@lapineige
Copy link
Member

What is spaces ?

@Thatoo
Copy link
Author

Thatoo commented Jun 2, 2021

@MayeulC
Copy link

MayeulC commented Jun 7, 2021

Should be enabled by default in the latest synapse BTW.

@Thatoo
Copy link
Author

Thatoo commented Jun 7, 2021

Should be enabled by default in the latest synapse BTW.

The latest synapse version of Yunohost?
v 1.34 in master or v 1.35.1 in testing?
I couldn't find the merge request that enabled by default spaces in Yunohost package...

@MayeulC
Copy link

MayeulC commented Jun 14, 2021

In upstream synapse 1.35.0:

https://github.com/matrix-org/synapse/releases/tag/v1.35.0

Enable experimental support for MSC2946 (spaces summary API) and MSC3083 (restricted join rules) by default. (matrix-org/synapse#10011)

And the upcoming 1.36:
https://github.com/matrix-org/synapse/releases/tag/v1.36.0rc1

Remove the experimental spaces_enabled flag. The spaces features are always available now. (matrix-org/synapse#10063)

@Thatoo Thatoo closed this as completed Jul 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants