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

Loading an already-joined room can time out #390

Open
dbkr opened this issue Jun 8, 2022 · 0 comments
Open

Loading an already-joined room can time out #390

dbkr opened this issue Jun 8, 2022 · 0 comments

Comments

@dbkr
Copy link
Member

dbkr commented Jun 8, 2022

Describe the bug
Sometimes if you load element call with a URL to a room you've participated in previously, it will time out trying to load the room. This is because the user is joined to it as far as the homeserver is concerned but somehow the room is not present in the client's data store (presumably missed getting saved to indexeddb somehow). The client tries to join the room and then waits for it to come down the sync, which of course it never does because it the user was already in it.

To Reproduce
Unclear

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Development

No branches or pull requests

1 participant