-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Peeking a room over federation without previews allowed spins forever & cannot join #12500
Comments
The particular room I tried to join has in room state:
|
I suppose the fundamental issue is that we don't support peeking over federation today, but hopefully matrix-org/matrix-spec-proposals#2444 will help at a protocol level. We can still do a lot more here in the client to convey the current error state. |
This used to work just fine in Riot, counting it as a regression. |
The problem is worse though - not only does the peek never load, it sounds like there's no option to join? So this means that clicking on any room link over federation is currently broken, which is a pretty spectacular regression. |
Caused by matrix-org/synapse#6992 - will fix anyways. |
Fixes element-hq/element-web#12500 See matrix-org/synapse#6992 for additional context.
If I try to peek a room over federation without previews allowed, Riot hangs with a spinner:
Looking at network traffic, there is an
initialSync
request that fails with403 Forbidden
:GET /_matrix/client/r0/rooms/<room_id>/initialSync?limit=20
The text was updated successfully, but these errors were encountered: