wip: sync

pull/1335/head v0.3.73
Dax Raad 2025-07-25 15:52:27 -04:00
parent c85b970903
commit 10ae43a121
1 changed files with 6 additions and 0 deletions

View File

@ -407,6 +407,12 @@ export namespace Session {
synthetic: true,
text: Buffer.from(part.url, "base64url").toString(),
},
{
...part,
id: part.id ?? Identifier.ascending("part"),
messageID: userMsg.id,
sessionID: input.sessionID,
},
]
}
break