aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2020-11-11 03:21:02 +0100
committerdec05eba <dec05eba@protonmail.com>2020-11-11 03:21:02 +0100
commit01636191bc8ee0a109a50ca9441f01a14d273a02 (patch)
tree07b08e6aed9902d3d8fece301e31d7c178db9cae /TODO
parentdd3da1832c0103a2da35df8ac2483461311bdf25 (diff)
Matrix: do not save to sync file on error
Diffstat (limited to 'TODO')
-rw-r--r--TODO4
1 files changed, 3 insertions, 1 deletions
diff --git a/TODO b/TODO
index 578a5a8..512a63f 100644
--- a/TODO
+++ b/TODO
@@ -126,4 +126,6 @@ Implement m.room.tombstone.
Show a marker when a room uses encryption.
Remove replied-to message text in room preview. That shows ignored users text and we want to see the reply message instead anyways.
Update room name/avatar with new data in /sync.
-Read marker is incorrect if the last message is an edit/redact, because they are hidden and replaces other body items instead. \ No newline at end of file
+Read marker is incorrect if the last message is an edit/redact, because they are hidden and replaces other body items instead.
+Scroll tabs if there are more than 3 tab items and show arrow on left/right side when there are more items to see.
+/sync doesn't include user displayname/avatar for new messages (synapse bug?). Use /profile in those cases (merge with fetching message by id used for replies and pinned messages). (Mark messages user as not resolved). \ No newline at end of file