aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2020-10-21 06:39:32 +0200
committerdec05eba <dec05eba@protonmail.com>2020-10-21 06:39:32 +0200
commit9a8e2e5c383713f471d5a0f977fbef07a5fc4738 (patch)
treebe0eaad343aa0014d5e07e4dbf6fe91fd318b842 /TODO
parentf8b54139f89ef21eb025defd17a5655e41fb9c03 (diff)
Matrix: dont count edit/redacts as new unread messages in a room, update local read marker
Diffstat (limited to 'TODO')
-rw-r--r--TODO1
1 files changed, 0 insertions, 1 deletions
diff --git a/TODO b/TODO
index fc65f22..6d75453 100644
--- a/TODO
+++ b/TODO
@@ -94,7 +94,6 @@ Readd autocomplete, but make it better with a proper list. Also readd 4chan logi
Fix logout/login in matrix. Currently it doesn't work because data is cleared while sync is in progress, leading to the first sync sometimes being with previous data...
Modify sfml to use GL_COMPRESSED_LUMINANCE and other texture compression modes (in sf::Texture). This reduces memory usage by half.
Decrease memory usage even further (mostly in matrix /sync when part of large rooms) by using rapidjson SAX style API to stream json string into SAX style parsing.
-Dont show red marker when receiving edit/redaction events in matrix.
Sometimes we fail to get images in mangadex, most common reason being that the manga is licensed and we can't view the manga on mangadex. QuickMedia should implement mangaplus and redirect us to mangaplus plugin to view the manga, or simply show that we cant view the manga because its licensed.
Show redacted messages even when part of the initial sync in matrix. Right now they are hidden while new sync redacted messages are not.
Update displayname/avatar in matrix when updated in /sync.