From ef9b38f49388d14eeb8283d482f1efb063539226 Mon Sep 17 00:00:00 2001 From: Bruno Windels Date: Mon, 3 Jun 2019 00:40:00 +0200 Subject: [PATCH] update readme with gaps work --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2bacca03..38d8f907 100644 --- a/README.md +++ b/README.md @@ -3,9 +3,9 @@ A javascript matrix client prototype, trying to minize RAM usage by offloading a ## Status -Syncing & storing rooms with state and timeline, with a minimal UI syncing room list and timeline on screen. No sending yet. Using Fractal here to update the room name and send messages: +Syncing & storing rooms with state and timeline, with a minimal UI syncing room list and timeline on screen. Filling gaps supported, detecting overlapping events. The `[0/1]` in the gif below is the local event key, consisting of a fragment id and event index. No sending yet. Using Fractal here to update the room name and send messages: -![Rooms and timeline syncing on-screen](https://bwindels.github.io/morpheusjs/images/timeline1.gif) +![Rooms and timeline syncing on-screen, gaps filling](https://bwindels.github.io/morpheusjs/images/morpheus-gaps.gif) ## Features that this approach would be well suited for @@ -13,3 +13,4 @@ Syncing & storing rooms with state and timeline, with a minimal UI syncing room - fast local search (with words index) - scroll timeline with date tooltip? - jump to timestamp + - multi-account