aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2020-11-22 15:02:34 +0100
committerdec05eba <dec05eba@protonmail.com>2020-11-22 15:02:34 +0100
commit46c042b6202bef5cae0c515edcb832102ee9f256 (patch)
treef50b28fc2a9d4ee81895f1ccc2f32ceff06007af /TODO
parente2a19ee524cd8bd1003b0a7e59b1490f3e1d1e67 (diff)
Matrix: add vim key navigation for messages/pinned messages view
Diffstat (limited to 'TODO')
-rw-r--r--TODO3
1 files changed, 2 insertions, 1 deletions
diff --git a/TODO b/TODO
index 819831b..c5e74d2 100644
--- a/TODO
+++ b/TODO
@@ -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