wip: sync
This commit is contained in:
@@ -407,6 +407,12 @@ export namespace Session {
|
|||||||
synthetic: true,
|
synthetic: true,
|
||||||
text: Buffer.from(part.url, "base64url").toString(),
|
text: Buffer.from(part.url, "base64url").toString(),
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
...part,
|
||||||
|
id: part.id ?? Identifier.ascending("part"),
|
||||||
|
messageID: userMsg.id,
|
||||||
|
sessionID: input.sessionID,
|
||||||
|
},
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
break
|
break
|
||||||
|
|||||||
Reference in New Issue
Block a user