wip: drop

pull/1335/head
Dax Raad 2025-07-25 15:51:02 -04:00
parent 7044662cfa
commit c85b970903
1 changed files with 0 additions and 6 deletions

View File

@ -407,12 +407,6 @@ 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