aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2020-10-03 22:35:02 +0200
committerdec05eba <dec05eba@protonmail.com>2020-10-03 22:35:02 +0200
commit8a21f2d4f70ecd4509aa8976c5e40ee70395a6a0 (patch)
treef6919c2533cf0e936b741b363f4facf6b1d0e2a1 /TODO
parentdf8cbfada237cb4c0467215b55ccb697cc64d568 (diff)
Matrix: do not set avatar url for users with no avatar
Diffstat (limited to 'TODO')
-rw-r--r--TODO3
1 files changed, 2 insertions, 1 deletions
diff --git a/TODO b/TODO
index 7df55ec..c5ca1d1 100644
--- a/TODO
+++ b/TODO
@@ -87,4 +87,5 @@ Remove tidy dependency and use my own html-parser.
Add option to sort by other than timestamp for nyaa.si.
Add url preview for matrix (using matrix api, fallback to client url preview (using our own url preview project)).
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.
-Use memberName() instead of key() when iterating json object. key() creates a copy, memberName() doesn't. \ No newline at end of file
+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. \ No newline at end of file