diff --git a/src/components/chat_message/chat_message.vue b/src/components/chat_message/chat_message.vue index bc50d56a6..36f05fa75 100644 --- a/src/components/chat_message/chat_message.vue +++ b/src/components/chat_message/chat_message.vue @@ -51,6 +51,7 @@ :status="customReplyTo" collapse single-line + ignore-subject /> 240 }, hasSubject() { - return !!this.status.summary + return !!this.status.summary && !this.ignoreSubject }, // When a status has a subject and is also tall, we should only have one show more/less // button. If the default is to collapse statuses with subjects, we just treat it like