aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2021-07-26 20:45:16 +0200
committerdec05eba <dec05eba@protonmail.com>2021-07-26 20:45:16 +0200
commitdda3bcd3bd228da1fb18ac1786b690270bf391f0 (patch)
tree511f82e5a7bbed573e3059f4428b345e561535c5 /TODO
parent2ed4776bb1d49ab420dd4abded8a34f99d31e4d4 (diff)
Matrix: greatly improve performance when entering a very large room (initially and later on)
Diffstat (limited to 'TODO')
-rw-r--r--TODO3
1 files changed, 2 insertions, 1 deletions
diff --git a/TODO b/TODO
index 95fb812..596af39 100644
--- a/TODO
+++ b/TODO
@@ -180,4 +180,5 @@ Instead of resetting text items in body, add a clear function to text. That way
Check if message edits that are replies to me makes a now notification show up. This shouldn't happen, but also take into consideration initial sync.
Check if user has invite privileges and show error before bringing up invite gui when using /invite.
If only users in the same homeserver can join a room then filter out other users in room invite gui.
-Exclude users that are already in the room from room invite gui. \ No newline at end of file
+Exclude users that are already in the room from room invite gui.
+Sort users in matrix users list (efficiently and only once!). \ No newline at end of file