aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2020-11-01 13:24:16 +0100
committerdec05eba <dec05eba@protonmail.com>2020-11-01 13:24:16 +0100
commit13935702620305c5baaf6403417cc75a9b706fea (patch)
treece603c498c69b3d8bc88f944d016961689df7856 /TODO
parent7292fe11254109266e7adb9937e5f0fa797711f6 (diff)
Matrix: create room immediately after receiving join response, instead of waiting for join sync message
Diffstat (limited to 'TODO')
-rw-r--r--TODO4
1 files changed, 3 insertions, 1 deletions
diff --git a/TODO b/TODO
index cb6624e..29f426c 100644
--- a/TODO
+++ b/TODO
@@ -130,4 +130,6 @@ Show marker beside pinned messages tab name if there are new pinned messages.
Make /logout work everywhere, not only in room message input.
Add a notifications tab to show messages that mention us in all rooms (and then press enter to go to that message in that room).
Disable message input in matrix when muted.
-Preview rooms? \ No newline at end of file
+Preview rooms?
+Instantly show messages posted by me until we receive our message from the server (use post response which includes event id).
+Get user displayname, avatar, room name, etc updates from /sync and update them in gui. \ No newline at end of file