aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2020-10-05 09:12:41 +0200
committerdec05eba <dec05eba@protonmail.com>2020-10-05 09:15:34 +0200
commit27d5c7dcc37b0064801741a7c1e5500160c4c2d7 (patch)
tree62db36d36d462e7757585eb77467a9d3c0c1e8a7 /TODO
parentcfef90021917df0052bb49e9e35298260e7ca38c (diff)
Commit before redesign of code
Diffstat (limited to 'TODO')
-rw-r--r--TODO3
1 files changed, 2 insertions, 1 deletions
diff --git a/TODO b/TODO
index 93f7396..829b9df 100644
--- a/TODO
+++ b/TODO
@@ -88,4 +88,5 @@ Add url preview for matrix (using matrix api, fallback to client url preview (us
IMPORTANT: Cleanup old messages in matrix (from matrix plugin), and instead either save them to disk or refetch them from server when going up to read old messages. (High memory usage, high disk space)
Use memberName() instead of key() when iterating json object. key() creates a copy, memberName() doesn't.
Do not try to reload/redownload thumbnail that fails to download after its cleared when its no longer visible on screen and then becomes visible.
-Sort matrix events by timestamp (not messages). This affects the applying of certain actions, such as changing avatar, room name, etc. \ No newline at end of file
+Sort matrix events by timestamp (not messages). This affects the applying of certain actions, such as changing avatar, room name, etc.
+Some services such as 4chan, youtube, matrix and nyaa supports knowing the size of an image before it has downloaded. Use that to deal with pop-in of images because the image fallback size is not the same as the image size. \ No newline at end of file