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/logger/debugContext.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'src/logger') diff --git a/src/logger/debugContext.ts b/src/logger/debugContext.ts index 0e04752e3..997120786 100644 --- a/src/logger/debugContext.ts +++ b/src/logger/debugContext.ts @@ -9,4 +9,5 @@ export const DebugContext = { // e.g. composer: 'composer' session: 'session', notifications: 'notifications', + convo: 'convo', } as const -- cgit 1.4.1