diff --git a/src/app.jsx b/src/app.jsx index 027589d1..babf85c1 100644 --- a/src/app.jsx +++ b/src/app.jsx @@ -443,7 +443,7 @@ function startVisibility() { const newStatuses = await fetchHome; const hasOneAndReblog = newStatuses.length === 1 && newStatuses?.[0]?.reblog; - if (newStatuses.length && !inHome) { + if (newStatuses.length) { if (states.settings.boostsCarousel && hasOneAndReblog) { // do nothing } else {