We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c57b52c commit 4a06e16Copy full SHA for 4a06e16
packages/opencode/src/session/index.ts
@@ -151,6 +151,7 @@ export namespace Session {
151
}
152
})
153
await Storage.writeJSON<ShareInfo>("session/share/" + id, share)
154
+ await Share.sync("session/info/" + id, session)
155
for (const msg of await messages(id)) {
156
await Share.sync("session/message/" + id + "/" + msg.id, msg)
157
0 commit comments