Clear thread panel event permalink when changing rooms (#11024)

To not get you stuck being constantly bounced to the middle of a thread
pull/28217/head
Michael Telatynski 2023-06-05 14:53:30 +01:00 committed by GitHub
parent df4bc1ed2a
commit 267188dbab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions

View File

@ -369,6 +369,13 @@ export default class RightPanelStore extends ReadyWatchingStore {
);
}
}
// when we're switching to a room, clear out thread permalinks to not get you stuck in the middle of the thread
// in order to fix https://github.com/matrix-org/matrix-react-sdk/pull/11011
if (this.currentCard?.phase === RightPanelPhases.ThreadView) {
this.currentCard.state.initialEvent = undefined;
this.currentCard.state.isInitialEventHighlighted = undefined;
this.currentCard.state.initialEventScrollIntoView = undefined;
}
// If the right panel stays open mode is used, and the panel was either
// closed or never shown for that room, then force it open and display