aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2020-11-18 10:16:10 +0100
committerdec05eba <dec05eba@protonmail.com>2020-11-18 10:16:10 +0100
commit44ddab79f30bb959d363b58d8bce41bfc0892414 (patch)
treeb936bb1e42663264c48aaaf40c0948825cf88271 /TODO
parent310f01adafd54b10e4d1278b67e75024c0bb09e4 (diff)
Matrix: use slower /context instead of /event to workaround construct fucking shit bug where it just randomly fails
Diffstat (limited to 'TODO')
-rw-r--r--TODO3
1 files changed, 2 insertions, 1 deletions
diff --git a/TODO b/TODO
index cabcb2e..448691d 100644
--- a/TODO
+++ b/TODO
@@ -135,4 +135,5 @@ Pinned messages authors doesn't seem to be updated when fetching users, if the p
Improve /sync by not removing cached data on initial sync, and also always append data to sync file instead of overwriting sync file on "initial sync". Also cache "since", but take into consideration that not all messages are fetched on the initial sync,
then add a gap between old messages from before sync and after sync so we can fetch the messages between the old messages and new messages and remove the gap when the fetched messages contains any of the old messages.
Fetching of previous messages should also be saved in the /sync file and messages fetched with get_message_by_id, which would cache embedded items and pinned messages; also cache users.
-If manga page fails to download then show "failed to download image" as text and bind F5 to refresh (retry download). \ No newline at end of file
+If manga page fails to download then show "failed to download image" as text and bind F5 to refresh (retry download).
+Use <img src to add custom emojis, and add setting for adding/removing custom emoji. \ No newline at end of file