Message: Fix custom colors for corners (#2736)

This commit is contained in:
Alexander Zinchuk 2023-03-03 14:30:42 +01:00
parent 79e3ae3b6e
commit 7147393753

View File

@ -791,7 +791,7 @@ const Message: FC<OwnProps & StateProps> = ({
hasSubheader && 'with-subheader',
noMediaCorners && 'no-media-corners',
);
const hasCustomAppendix = isLastInGroup && !hasText && !asForwarded && !hasThread;
const hasCustomAppendix = isLastInGroup && !hasText && !asForwarded && !withCommentButton;
const textContentClass = buildClassName(
'text-content',
'clearfix',