aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2022-10-25 08:12:36 +0200
committerdec05eba <dec05eba@protonmail.com>2022-10-25 08:12:36 +0200
commitd77d315eaf5658e93cf7384cc7f1ebf7a86bd87c (patch)
tree670f86b1c7932c63afc93bf2e55915cdb9071689 /TODO
parent162502874dc266bce6a73d5cd70e06c3829ead28 (diff)
Matrix: apply user display name and avatar update by timestamp
Diffstat (limited to 'TODO')
-rw-r--r--TODO3
1 files changed, 2 insertions, 1 deletions
diff --git a/TODO b/TODO
index 44a75aa..dc4ec9a 100644
--- a/TODO
+++ b/TODO
@@ -237,5 +237,6 @@ Add option to use invidious, and the invidious front page.
Add proper vim modal mode. Maybe switch focused part with tab? then also need to show which part is focused.
Send clipboard content to clipboard manager when destroying the window, if we are the clipboard owner.
Bypass compositor when fullscreening application.
-Sort matrix events by timestamp. This is needed to make name change and other similar things work properly (user display name, avatar, room name, room avatar, etc), otherwise @ mention wont work as it may show an older name if a previous event is fetched and contains name change. Also applies to join/leave events and other things.
+Sort matrix events by timestamp (join/leave events and other things).
+Update room name, avatar, etc in gui when updated.
Automatically cleanup old cache files.