From 8f6803c25a46fd95e6e65858f4aaa9131e54c6c5 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Sat, 3 Oct 2020 17:24:51 +0200 Subject: Matrix: show unread marker from previous session (fetch m.read marker from server) --- TODO | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'TODO') 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 -- cgit v1.2.3