-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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 create rooms if the /publicRooms API is broken #9046
Comments
Do you have more detailed steps to reproduce here? I tried to force the problem by making the code path that requests I don't think this needs to block the upcoming release as it stands (since we've had this UX live for a while with the redesign). |
Ah right, if I simulate |
This reorganises the room directory so that the new room buttons is always available no matter what state the overall directory is in. Part of element-hq/element-web#9046
This changes errors that may occur when loading the room directory so that the message appears inline with the overall directory UI instead of in a new modal. This is important so that the new room button remains on screen even if the directory is down. Fixes element-hq/element-web#9046
This changes errors that may occur when loading the room directory so that the message appears inline with the overall directory UI instead of in a new modal. This is important so that the new room button remains on screen even if the directory is down. Fixes element-hq/element-web#9046
Because we hide room creation in the room dir now, if the roomdir can't load because /publicRooms is slow/broken (as is often the case), you can't create rooms any more :(
The text was updated successfully, but these errors were encountered: