aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2020-10-04 22:33:40 +0200
committerdec05eba <dec05eba@protonmail.com>2020-10-04 22:33:40 +0200
commit5267b66a8822205187399290f44f27d720b01dda (patch)
treea96a4fabe7300926243899655195949f36f52965 /TODO
parent30d23a4fb9ad20bff7d7d31c914e9900b1bdf94c (diff)
Matrix: add formatting to replies, fixes reply formatting on element mobile
Diffstat (limited to 'TODO')
-rw-r--r--TODO2
1 files changed, 1 insertions, 1 deletions
diff --git a/TODO b/TODO
index adb2d36..93f7396 100644
--- a/TODO
+++ b/TODO
@@ -85,7 +85,7 @@ Save the original event message, so when replying for example we can use the ori
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.
+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