From 75e088746dbf3ab4cafd5ac16890b134d4b19d2a Mon Sep 17 00:00:00 2001 From: dec05eba Date: Sat, 17 Oct 2020 23:30:16 +0200 Subject: Matrix: update room list when joining a room (in another client) without restarting, and set sync retry to 1 sec instead of 50ms --- TODO | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'TODO') 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 -- cgit v1.2.3