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

Can't rejoin restricted room by id #28109

Open
dali99 opened this issue Sep 27, 2024 · 0 comments
Open

Can't rejoin restricted room by id #28109

dali99 opened this issue Sep 27, 2024 · 0 comments
Labels
A-Spaces Spaces, groups, communities O-Uncommon Most users are unlikely to come across this or unexpected workflow S-Major Severely degrades major functionality or product features, with no satisfactory workaround T-Defect

Comments

@dali99
Copy link
Contributor

dali99 commented Sep 27, 2024

Steps to reproduce

  1. Create a space (!new_space:b.example.com) that is restricted to some other room (in this case not a space, but a different normal room) on server B
{
  "allow": [
    {
      "room_id": "!somechatroom:b.example.com",
      "type": "m.room_membership"
    }
  ],
  "join_rule": "restricted"
}
  1. Join the room via a link from server A:

https://matrix.to/#/!new_space:b.example.com?via=b.example.com

image

  1. Press join, then leave the space

  2. Try to rejoin, the link will now be rich:

image

image

The button is disabled.

  1. note that you can actually join the room by pasting the link into a /join

Outcome

What did you expect?

To be able to rejoin the room in the UI

What happened instead?

I was not able to join the room in the UI

Operating system

NixOS

Browser information

Firefox 129.0

URL for webapp

No response

Application version

Element version: 1.11.77 Crypto version: Rust SDK 0.7.1 (c8c9d15), Vodozemac 0.6.0

Homeserver

Synapse 1.115.0

Will you send logs?

No

@dosubot dosubot bot added A-Spaces Spaces, groups, communities O-Uncommon Most users are unlikely to come across this or unexpected workflow S-Major Severely degrades major functionality or product features, with no satisfactory workaround labels Sep 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-Spaces Spaces, groups, communities O-Uncommon Most users are unlikely to come across this or unexpected workflow S-Major Severely degrades major functionality or product features, with no satisfactory workaround T-Defect
Projects
None yet
Development

No branches or pull requests

1 participant