diff options
author | dec05eba <dec05eba@protonmail.com> | 2020-10-21 04:57:21 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2020-10-21 04:57:21 +0200 |
commit | f8b54139f89ef21eb025defd17a5655e41fb9c03 (patch) | |
tree | a29540ddb94df59ede1700549d536536188ff2bf /TODO | |
parent | ea6f1b425a6aa9b7145a00d81473ef9508279eec (diff) |
Matrix: sort rooms by mention/unread messages
fix multiple messages being marker as mentioning us if the latest
mention is close to another mention that we have already read.
Do not go to bottom when sending a message or uploading media.
Do not scroll to bottom unless we have the last message selected, the
tab is the messages tab and the window is focused.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -107,4 +107,6 @@ Ignore timestamp ordering for messages in matrix? element seems to do that (or o Merge |Page::search| and |Page::get_page|. get_page with page 0 should be the same as search. Disable posting in 4chan thread if closed (thread json contains "closed" field for OP). Remove calls to get the original message of an edit in edits and replies in matrix if possible. These calls take additional time, and with a slow homeserver or high ping this could make messages to be delayed by an annoying amount of time. -Read image exif into to apply image rotation. This is common in images taken on phones. If not done, the width and height will also be mixed and thumbnail fallback size will be incorrectly calculated (for example in matrix).
\ No newline at end of file +Read image exif into to apply image rotation. This is common in images taken on phones. If not done, the width and height will also be mixed and thumbnail fallback size will be incorrectly calculated (for example in matrix). +Handle M_LIMIT_EXCEEDED in matrix +Check if we need to call /_matrix/client/r0/notifications for intial sync to receive old notifications or if /sync always includes mentions.
\ No newline at end of file |