From c9cf608f789943e81bfa32b8da5f6ca4f75d5a66 Mon Sep 17 00:00:00 2001 From: Eric Bailey Date: Thu, 2 May 2024 20:57:51 -0500 Subject: [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 --- src/state/messages/__tests__/convo.test.ts | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/state/messages/__tests__/convo.test.ts') 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`) -- cgit 1.4.1