1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-10 09:22:25 +03:00

Merge pull request #3107 from matrix-org/dbkr/multispinner

Fix double-spinner
This commit is contained in:
David Baker
2019-06-17 09:27:45 +01:00
committed by GitHub
2 changed files with 7 additions and 2 deletions

View File

@@ -1159,6 +1159,7 @@ export default React.createClass({
dmUserId: this.props.config.welcomeUserId,
// Only view the welcome user if we're NOT looking at a room
andView: !this.state.currentRoomId,
spinner: false, // we're already showing one: we don't need another one
});
// This is a bit of a hack, but since the deduplication relies
// on m.direct being up to date, we need to force a sync