aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2021-01-25 00:27:52 +0100
committerdec05eba <dec05eba@protonmail.com>2021-01-25 00:27:52 +0100
commit82d4273e445b85e15fe12caaa52c301fa77aaa6c (patch)
tree3420ee2dbba9c294ce4770927f5aeeef91bb98c3 /TODO
parent6a6d55fa1ba3797fb854ed2335129917f58c9d6a (diff)
Matrix: edited message replies to user should still be red... and join event more blalbalba whatever
Diffstat (limited to 'TODO')
-rw-r--r--TODO5
1 files changed, 4 insertions, 1 deletions
diff --git a/TODO b/TODO
index 346ed0f..71bd2dd 100644
--- a/TODO
+++ b/TODO
@@ -163,4 +163,7 @@ Add option to decline and mute user in invites. This is to combat invite spam, w
Searching in channel page should search in the channel instead of filter, because with filtering we only filter the videos we have loaded in the channel page and the channel page uses pagination; so we may have only loaded 20 videos while the channel may actually have 2000 videos.
Allow hiding videos so they dont show up in recommendations and related videos.
Limit youtube-dl video resolution to <= largest monitor resolution. This is absolutely required for smooth playback on pinephone. Also add an option to select video resolution, if we want to use less power and less bandwidth.
-Use mpv option --gpu-context=x11egl on pinephone to force xwayland on wayland, to be able to embed the mpv window inside the quickmedia. \ No newline at end of file
+Use mpv option --gpu-context=x11egl on pinephone to force xwayland on wayland, to be able to embed the mpv window inside the quickmedia.
+Read marker may be incorrect if the last message in a room has an earlier timestamp than a previous message (as seen in element and matrix api). Setting read marker to a previous message seems to be ignored silently by synapse. To fix this we would have to sort messages by unsigned age field instead (I guess?), or save the read marker in user account data specifically for quickmedia (under an unique namespace).
+Replies to the local user shouldn't remove the red text. Maybe fix this by checking if the reply to message user is the local user or when the replied to message has loaded then make the reply red if its a reply to us. Also for existing messages check if the message is a notification message and then make the message red.
+Sort reactions by timestamp.