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

Don't refresh custom status on logout #3065

Merged
merged 1 commit into from
Jun 5, 2019
Merged

Conversation

turt2live
Copy link
Member

The RoomTile gets remounted during logout due to the room stores being obliterated, however this causes the render() function to check if it should be showing custom status. If you have custom status enabled, and the person has a status set, the function errors due to no MatrixClient being available.

Fixes element-hq/element-web#9940

The RoomTile gets remounted during logout due to the room stores being obliterated, however this causes the render() function to check if it should be showing custom status. If you have custom status enabled, and the person has a status set, the function errors due to no MatrixClient being available.

Fixes element-hq/element-web#9940
@turt2live turt2live requested a review from a team June 4, 2019 21:34
@turt2live turt2live added the X-Release-Blocker This affects the current release cycle and must be solved for a release to happen label Jun 5, 2019
Copy link
Contributor

@bwindels bwindels left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@turt2live turt2live merged commit 85858c7 into develop Jun 5, 2019
@turt2live turt2live deleted the travis/fix-logout branch June 5, 2019 13:25
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
X-Release-Blocker This affects the current release cycle and must be solved for a release to happen
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Logout sometimes broken
2 participants