diff options
author | dec05eba <dec05eba@protonmail.com> | 2020-10-03 17:24:51 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2020-10-03 17:24:51 +0200 |
commit | 8f6803c25a46fd95e6e65858f4aaa9131e54c6c5 (patch) | |
tree | 4604007d2da9bddcff8fad313e400c53e7fd4a69 /TODO | |
parent | 4907c5cc952e94e32cb0f95ea6f3be361b55d389 (diff) |
Matrix: show unread marker from previous session (fetch m.read marker from server)
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |