aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2021-05-20 22:33:32 +0200
committerdec05eba <dec05eba@protonmail.com>2021-05-20 22:33:32 +0200
commit80b48b270ed66e3557b98d9fc8e82ad868bcde80 (patch)
tree74e553cbcfbfed4eb6f5a2a931e46689e43a38cf /TODO
parent5b11322c33ef61d3aa8d6bc9c9bc0355f35afa52 (diff)
Add notifications tab to matrix
Diffstat (limited to 'TODO')
-rw-r--r--TODO5
1 files changed, 4 insertions, 1 deletions
diff --git a/TODO b/TODO
index 07ac0b8..e4fbae0 100644
--- a/TODO
+++ b/TODO
@@ -127,4 +127,7 @@ Set curl download limits everywhere (when saving to file, downloading to json, e
In the downloader if we already have the url in thumbnail/video cache, then copy it to the destination instead of redownloading it. This would also fix downloading images when viewing a manga page.
Update timestamp of messages posted with matrix (and move them to the correct place in the timeline) when we receive the message from the server. This is needed when the localtime is messed up (for example when rebooting from windows into linux).
Remove dependency on imagemagick and create a function that forks the processes and creates a thumbnail from an input filepath and output filepath. That new process can use sf::Image to load and save the images.
-Youtube now requires signing in to view age restricted content. For such videos quickmedia should fallback to invidious. \ No newline at end of file
+Youtube now requires signing in to view age restricted content. For such videos quickmedia should fallback to invidious.
+Notification race condition when fetching the first notifications page and receiving a notification immediately after the first sync? we might end up with a duplicate notification.
+Submit on notifications item in matrix should jump to the message in the room.
+Notifications should load their replied-to-message. \ No newline at end of file