fix: thread image only message

This commit is contained in:
Timothy Jaeryang Baek 2025-07-07 22:00:38 +04:00
parent 2d0e55e8f6
commit 78dce85b03

View file

@ -119,7 +119,7 @@
}; };
const submitHandler = async ({ content, data }) => { const submitHandler = async ({ content, data }) => {
if (!content) { if (!content && (data?.files ?? []).length === 0) {
return; return;
} }