aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2020-11-24 08:46:13 +0100
committerdec05eba <dec05eba@protonmail.com>2020-11-24 08:46:13 +0100
commitba97f72453b76942b6eba9c6f2134b64cb1304c5 (patch)
treecea91b102683930f3dde6f6dd02ea3b107c00028 /TODO
parentb9404b292b1ee8c5dd4868f4fef9629f1d66d39f (diff)
Matrix: fix user display name when added by invite (state_key)
Diffstat (limited to 'TODO')
-rw-r--r--TODO3
1 files changed, 2 insertions, 1 deletions
diff --git a/TODO b/TODO
index c5e74d2..e4b0f2b 100644
--- a/TODO
+++ b/TODO
@@ -141,4 +141,5 @@ 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.
-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
+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.
+QuickMedia crashes if you enter a room that you have left before. This could happen if cache is loaded that has a room that is then getting removed when sync is finished. \ No newline at end of file