Add image attachment pills

This commit is contained in:
dwrz
2026-07-07 11:40:52 +00:00
parent d1156d9b7c
commit 42fe8bfc5b
4 changed files with 60 additions and 1 deletions

View File

@@ -959,6 +959,7 @@ class Odidere {
imageParts.push({
type: ContentTypeImageURL,
image_url: { url: dataURL },
filename: file.name,
});
} else {
const content = await file.text();