Don't compact spoiler post if from different author

pull/251/head
Lim Chee Aun 2023-10-04 08:31:40 +08:00
rodzic 9885c8f388
commit d429ef9161
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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' ||