mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-06-05 15:36:52 +03:00
Don't re-sort rooms on no-op RoomUpdateCause.PossibleTagChange (#7053)
* Don't re-sort rooms on no-op RoomUpdateCause.PossibleTagChange * Update src/stores/room-list/algorithms/Algorithm.ts Co-authored-by: Travis Ralston <travpc@gmail.com> Co-authored-by: Travis Ralston <travpc@gmail.com> Co-authored-by: Travis Ralston <travisr@matrix.org>
This commit is contained in:
parent
c9619bfe48
commit
74376f989e
@ -722,7 +722,8 @@ export class Algorithm extends EventEmitter {
|
|||||||
cause = RoomUpdateCause.Timeline;
|
cause = RoomUpdateCause.Timeline;
|
||||||
didTagChange = true;
|
didTagChange = true;
|
||||||
} else {
|
} else {
|
||||||
cause = RoomUpdateCause.Timeline;
|
// This is a tag change update and no tags were changed, nothing to do!
|
||||||
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (didTagChange && isSticky) {
|
if (didTagChange && isSticky) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user