matrix-js-sdk
7e1cea1e
- Cache the joined member count for a room state
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Hide Minimap (CTRL+M)
Commit
7 years ago
Cache the joined member count for a room state Pushrule evaluation needs the count of joined room members and filtering the list for joined members takes a nontrivial amount of time, but caching it is trivial, both code and memory wise.
References
#619 - Cache the joined member count for a room state
Author
dbkr
Parents
d98c803b
Files
2
src
models
room-state.js
pushprocessor.js
Loading