diff options
author | dec05eba <dec05eba@protonmail.com> | 2020-11-22 15:02:34 +0100 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2020-11-22 15:02:34 +0100 |
commit | 46c042b6202bef5cae0c515edcb832102ee9f256 (patch) | |
tree | f50b28fc2a9d4ee81895f1ccc2f32ceff06007af /TODO | |
parent | e2a19ee524cd8bd1003b0a7e59b1490f3e1d1e67 (diff) |
Matrix: add vim key navigation for messages/pinned messages view
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -140,4 +140,5 @@ Add grid view to matrix and navigate between them using alt+arrow keys. Show reactions in pinned messages tab? Remove display names from reactions if there are many reactions, and instead group them into: reaction (#number of this type of reaction); for example: 👍 2. Make reaction and deleted message provisional. -Allow removing reactions.
\ No newline at end of file +Allow removing reactions. +When fetching previous messages in matrix, fetching until there are 0 messages or until there is at least 1 visible item. This is needed because right now we could fetch 10 messages, all which are delete/edit/react and it will look like there are no more messages to fetch to the user.
\ No newline at end of file |