wip: drop

This commit is contained in:
Dax Raad
2025-07-25 15:51:02 -04:00
parent 7044662cfa
commit c85b970903

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