diff options
author | Eric Bailey <git@esb.lol> | 2024-05-02 20:57:51 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-02 20:57:51 -0500 |
commit | c9cf608f789943e81bfa32b8da5f6ca4f75d5a66 (patch) | |
tree | 061fa8b7eda6c7566893fceb11bc81af6a2d1424 /src/state/messages/__tests__ | |
parent | c13685a0cf5a5c4266154495a3cb10f0f76d84dc (diff) | |
download | voidsky-c9cf608f789943e81bfa32b8da5f6ca4f75d5a66.tar.zst |
[Clipclops] External store, suspend/resume (#3829)
* Initial working external store * Clean up WIP, explore suspend/resume * Clean up state, bindings, snapshots, add some logs * Reduce snapshots, add better logic check * Bump interval a smidge * Remove unused type
Diffstat (limited to 'src/state/messages/__tests__')
-rw-r--r-- | src/state/messages/__tests__/convo.test.ts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/state/messages/__tests__/convo.test.ts b/src/state/messages/__tests__/convo.test.ts index 03f9218ff..b0dab5325 100644 --- a/src/state/messages/__tests__/convo.test.ts +++ b/src/state/messages/__tests__/convo.test.ts @@ -12,6 +12,10 @@ describe(`#/state/messages/convo`, () => { }) }) + describe(`read states`, () => { + it.todo(`should mark messages as read as they come in`) + }) + describe(`history fetching`, () => { it.todo(`fetches initial chat history`) it.todo(`fetches additional chat history`) |