aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
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