aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2020-10-03 17:24:51 +0200
committerdec05eba <dec05eba@protonmail.com>2020-10-03 17:24:51 +0200
commit8f6803c25a46fd95e6e65858f4aaa9131e54c6c5 (patch)
tree4604007d2da9bddcff8fad313e400c53e7fd4a69 /TODO
parent4907c5cc952e94e32cb0f95ea6f3be361b55d389 (diff)
Matrix: show unread marker from previous session (fetch m.read marker from server)
Diffstat (limited to 'TODO')
-rw-r--r--TODO3
1 files changed, 2 insertions, 1 deletions
diff --git a/TODO b/TODO
index 676147a..7df55ec 100644
--- a/TODO
+++ b/TODO
@@ -86,4 +86,5 @@ 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. \ No newline at end of file
+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