aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2021-04-12 12:25:03 +0200
committerdec05eba <dec05eba@protonmail.com>2021-04-12 12:35:59 +0200
commitdadc8f8b5b48d52b950886af9d670a8b23d0f895 (patch)
treefd6c432f663c70c39cf8409348526e22fa65b4b4 /TODO
parent6040726f92784978dd91eec4c540e92c4ca54236 (diff)
Fix weird body move behavior when last item is selected, download manga images straight to an image
Diffstat (limited to 'TODO')
-rw-r--r--TODO2
1 files changed, 1 insertions, 1 deletions
diff --git a/TODO b/TODO
index b6ce9fa..3724d3b 100644
--- a/TODO
+++ b/TODO
@@ -94,7 +94,7 @@ Fetch replies/pinned message using multiple threads.
Show in room tags list when there is a message in any of the rooms in the tag.
Support webp. Then switch to the youtube thumbnails from the response json instead of hqdefault, to remove the black bars.
Show images while they download by showing them as scanlines starting from the top. Needed for slow websites such as 4chan.
-Use curl parallel download instead of downloading with multiple threads.
+Use curl parallel download instead of downloading with multiple threads. This can be done with multiple -O parameters.
Handle matrix groups? (which also contains join, invite, leave...).
Add functionality to ignore users in matrix. This is done with an ignore request and we wont get messages and invites from that user anymore. Also add option to ignore in the invites page.
Add keybind to go to invites page from any page.