Implement room filtering

This commit is contained in:
miruka
2019-05-11 17:13:53 -04:00
parent bb86c39fe7
commit d82cb50e30
5 changed files with 71 additions and 19 deletions

View File

@@ -49,6 +49,7 @@
- Links preview
- Client improvements
- Filtering rooms: smart case, fuzzy filter, search more than display names
- nio.MatrixRoom has `typing_users`, no need to handle it on our own
- Don't send setTypingState False when focus lost if nothing in sendbox
- Initial sync filter and lazy load, see weechat-matrix `_handle_login()`