aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2021-05-20 05:20:49 +0200
committerdec05eba <dec05eba@protonmail.com>2021-05-20 05:34:59 +0200
commit3609429b3d8fccd99994dde015b6516376e6835b (patch)
tree2155b1f3f60897a21ca29dbdf150b8ba6bb95376 /TODO
parent8e79b2e10827f42d76ec61621f2c484f9cdc2551 (diff)
Move chat page room list logic to matrix delegate
Diffstat (limited to 'TODO')
-rw-r--r--TODO3
1 files changed, 2 insertions, 1 deletions
diff --git a/TODO b/TODO
index 4bdbdbb..07ac0b8 100644
--- a/TODO
+++ b/TODO
@@ -126,4 +126,5 @@ Dynamically fetch 4chan api key, if it ever changes in the future. Same for yout
Set curl download limits everywhere (when saving to file, downloading to json, etc...).
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. \ No newline at end of file
+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