aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2020-10-17 23:30:16 +0200
committerdec05eba <dec05eba@protonmail.com>2020-10-17 23:30:16 +0200
commit75e088746dbf3ab4cafd5ac16890b134d4b19d2a (patch)
treebabd67fbcbeb1f51dc9965ef1153d7b8a8c9833b /TODO
parentc903b63a470279525cfe87fbbcefce36986de387 (diff)
Matrix: update room list when joining a room (in another client) without restarting, and set sync retry to 1 sec instead of 50ms
Diffstat (limited to 'TODO')
-rw-r--r--TODO3
1 files changed, 2 insertions, 1 deletions
diff --git a/TODO b/TODO
index 1dcae1f..a93fc58 100644
--- a/TODO
+++ b/TODO
@@ -108,4 +108,5 @@ Show redacted messages even when part of the initial sync in matrix. Right now t
Update displayname/avatar in matrix when updated in /sync.
Fix inconsistent behavior when editing a message that is replied to in matrix. Right now if the replied to message already exits in the body then its used directly and when editing that message the reply message shows the edit embedded, but not if the edit is of an body item that is created because we dont already have it,
to fix this we could perhaps replace the newly created body items for replies when loading old messages and one of the old messages is also one of the embedded messages (by event id).
-Add button to skip to next video. MPV has this feature when setting "next" video (can be done over IPC). \ No newline at end of file
+Add button to skip to next video. MPV has this feature when setting "next" video (can be done over IPC).
+Handle room leave in matrix and remove rooms from the list. \ No newline at end of file