aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
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