matrix-react-sdk
184c73cc
- Throttle RoomState.members handler to improve performance
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
5 years ago
Throttle RoomState.members handler to improve performance Lazy Loading emits a RoomState.members for each member which in the case of a room like Matrix HQ means it happens over 8000 times in a very short span of time causing the UI to lock up.
References
#5481 - Throttle RoomState.members handler to improve performance
Author
t3chguy
Parents
603a1c8f
Loading