diff --git a/src/web/app/ch/tags/channel.tag b/src/web/app/ch/tags/channel.tag index 12a6b5a3b..6ffa6bccf 100644 --- a/src/web/app/ch/tags/channel.tag +++ b/src/web/app/ch/tags/channel.tag @@ -196,7 +196,7 @@ : undefined; this.api('posts/create', { - text: this.refs.text.value, + text: this.refs.text.value == '' ? undefined : this.refs.text.value, media_ids: files, reply_to_id: this.reply ? this.reply.id : undefined, channel_id: this.channel.id