You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-05 23:10:41 +03:00
Update the filtering for the right tag
This commit is contained in:
@@ -217,7 +217,7 @@ export class Algorithm extends EventEmitter {
|
|||||||
// a room while filtering and it'll disappear. We don't update the filter earlier in
|
// a room while filtering and it'll disappear. We don't update the filter earlier in
|
||||||
// this function simply because we don't have to.
|
// this function simply because we don't have to.
|
||||||
this.recalculateFilteredRoomsForTag(tag);
|
this.recalculateFilteredRoomsForTag(tag);
|
||||||
if (lastStickyRoom && lastStickyRoom.tag !== tag) this.recalculateFilteredRoomsForTag(tag);
|
if (lastStickyRoom && lastStickyRoom.tag !== tag) this.recalculateFilteredRoomsForTag(lastStickyRoom.tag);
|
||||||
this.recalculateStickyRoom();
|
this.recalculateStickyRoom();
|
||||||
|
|
||||||
// Finally, trigger an update
|
// Finally, trigger an update
|
||||||
|
|||||||
Reference in New Issue
Block a user