diff --git a/src/components/timeline.jsx b/src/components/timeline.jsx index e4083c6a..d4ac2f19 100644 --- a/src/components/timeline.jsx +++ b/src/components/timeline.jsx @@ -412,7 +412,7 @@ function Timeline({ const isMiddle = i > 0 && i < items.length - 1; const isSpoiler = item.sensitive && !!item.spoilerText; const showCompact = - (isSpoiler && i > 0) || + (!_differentAuthor && isSpoiler && i > 0) || (manyItems && isMiddle && (type === 'thread' ||