aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2021-08-19 17:56:55 +0200
committerdec05eba <dec05eba@protonmail.com>2021-08-19 17:56:55 +0200
commit40909b91afb18a1195031e3f570be0c38b58d127 (patch)
treea4a8dbbcc33ae7fd9df46f203c8fed4262975490 /TODO
parent4ff87535e7aae35bfbd66fe88402dcb513af249c (diff)
Sneed unread messages for afgter token
Diffstat (limited to 'TODO')
-rw-r--r--TODO2
1 files changed, 0 insertions, 2 deletions
diff --git a/TODO b/TODO
index 0dbf3c8..1b5592c 100644
--- a/TODO
+++ b/TODO
@@ -123,8 +123,6 @@ In the downloader if we already have the url in thumbnail/video cache, then copy
Update timestamp of messages posted with matrix (and move them to the correct place in the timeline) when we receive the message from the server. This is needed when the localtime is messed up (for example when rebooting from windows into linux).
When sfml dependency is removed use libvips for image manipulation. Its a very fast library, especially for thumbnail creation.
Notification race condition when fetching the first notifications page and receiving a notification immediately after the first sync? we might end up with a duplicate notification.
-Submit on notifications item in matrix should jump to the message in the room.
-Notifications should load their replied-to-message.
Readd copying of Text in Body copy constructor. Find out why we need to make the text dirty on copy.
Body items that are no longer visible should stop their thumbnail download/creation (moving to bottom of file-manager is very slow).
Fix body flickering when moving up and there is a new local image to load. It happens because we have no idea how large the thumbnail is before loading it.