Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(base): Faster
Store::rooms_filtered
.
Just like in matrix-org#3552, this patch updates `Store::rooms_filtered` to not call `Store::room` so that it doesn't lock `rooms` for each item, thus making it way faster.
- Loading branch information