aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2020-10-23 08:06:22 +0200
committerdec05eba <dec05eba@protonmail.com>2020-10-23 08:18:08 +0200
commit8f73d303b96d35ccec9856fc0043a74c8800536b (patch)
tree8c97971ab356fa5f2b463ba97efd768b0908e0a7 /TODO
parentaa9a861c662f7c65cde92fbf133deaca3692bbd2 (diff)
Cleanup embedded item if embedded item refers to a new item, scroll to bottom when posting message/media and last item is already visible
Also show "Loading..." while checking if our matrix token is still valid.
Diffstat (limited to 'TODO')
-rw-r--r--TODO3
1 files changed, 2 insertions, 1 deletions
diff --git a/TODO b/TODO
index a6edc54..d5ab496 100644
--- a/TODO
+++ b/TODO
@@ -115,4 +115,5 @@ Load the replied-to message in the pinned messages tab.
Pressing enter on a pinned message should go to the message in the messages tab.
Cache pinned messages on disk (messages by event id), but take into consider edits? for example if one message is pinned in the room and then edited multiple times (such as room rules). In that case cache the pinned message to quickly display it and then fetch the latest version from the server and then replace the message with the latest version.
Display file list for nyaa.
-Remove reply formatting for NOTICE in matrix as well. \ No newline at end of file
+Remove reply formatting for NOTICE in matrix as well.
+Scroll body when adding new items and the selected item fits after the scroll (needed for matrix where we want to see new messages when the last item is not selected). Or show the last item when its not visible in matrix (at the bottom, just like when replying/editing). \ No newline at end of file