add comment
This commit is contained in:
parent
4279e99e4c
commit
7f396bedd0
1 changed files with 1 additions and 1 deletions
|
@ -577,7 +577,7 @@ export class Algorithm extends EventEmitter {
|
|||
|
||||
await this.generateFreshTags(newTags);
|
||||
|
||||
this.cachedRooms = newTags;
|
||||
this.cachedRooms = newTags; // this recalculates the filtered rooms for us
|
||||
this.updateTagsFromCache();
|
||||
|
||||
// Now that we've finished generation, we need to update the sticky room to what
|
||||
|
|
Loading…
Reference in a new issue