element-hq / element-hq/element-call
Loading an already-joined room can time out
Open
- Dominant language
- TypeScript
- Stars
- 996
- Forks
- 213
- Avg merge
- 1d 8h
- Merged PRs (30d)
- 55
Description
**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
Contributor guide
Assessment
This issue has not been assessed yet.