Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Don't peek until the matrix client is ready #3979

Merged
merged 1 commit into from
Jan 29, 2020
Merged

Don't peek until the matrix client is ready #3979

merged 1 commit into from
Jan 29, 2020

Conversation

dbkr
Copy link
Member

@dbkr dbkr commented Jan 29, 2020

When the client loaded, we'd load the room view which would try to
get a room object from the client, fail because the client wasn't
ready, think it's because the user wasn't joined to the room and
start peeking instead.

Coupled with the bug fixed by matrix-org/matrix-js-sdk#1188
this would have caused element-hq/element-web#11120

When the client loaded, we'd load the room view which would try to
get a room object from the client, fail because the client wasn't
ready, think it's because the user wasn't joined to the room and
start peeking instead.

Coupled with the bug fixed by matrix-org/matrix-js-sdk#1188
this would have caused element-hq/element-web#11120
@dbkr dbkr requested a review from a team January 29, 2020 15:10
@turt2live turt2live requested review from turt2live and removed request for a team January 29, 2020 15:14
@dbkr dbkr merged commit b804a1c into develop Jan 29, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants