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

Commit 7f396be

Browse files
committed
add comment
1 parent 4279e99 commit 7f396be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/stores/room-list/algorithms/Algorithm.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -577,7 +577,7 @@ export class Algorithm extends EventEmitter {
577577

578578
await this.generateFreshTags(newTags);
579579

580-
this.cachedRooms = newTags;
580+
this.cachedRooms = newTags; // this recalculates the filtered rooms for us
581581
this.updateTagsFromCache();
582582

583583
// Now that we've finished generation, we need to update the sticky room to what

0 commit comments

Comments
 (0)