aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2020-11-17 03:34:36 +0100
committerdec05eba <dec05eba@protonmail.com>2020-11-17 03:34:36 +0100
commitc36d883a90dac83b5a227ebd2d88b7b868d9f422 (patch)
tree88bdb4e99e4d5968452275b15add74819bb47bd2 /TODO
parent516ea5d7855c89edc57a7822b72cfc716aed90ae (diff)
Matrix: attempt to fix fetching previous messages before initial sync is finished fetching old messages
Diffstat (limited to 'TODO')
-rw-r--r--TODO1
1 files changed, 1 insertions, 0 deletions
diff --git a/TODO b/TODO
index cdf4c3d..3824473 100644
--- a/TODO
+++ b/TODO
@@ -134,4 +134,5 @@ Continue matrix requests when switching room, instead of resetting them when goi
Pinned messages authors doesn't seem to be updated when fetching users, if the pinned messages are fetched before the users (by navigating to the pending messages tab quickly).
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.
Implement m.sticker. \ No newline at end of file