From: ThibG Date: Mon, 20 Jan 2020 15:34:42 +0000 (+0100) Subject: Fix “X new items” not showing up for slow mode on empty timelines (#12875) X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=2d5addde03563b03b59e9125cdc46143a13e9566;p=mastodon.git Fix “X new items” not showing up for slow mode on empty timelines (#12875) --- diff --git a/app/javascript/mastodon/components/scrollable_list.js b/app/javascript/mastodon/components/scrollable_list.js index 47a87b149..3a490e78e 100644 --- a/app/javascript/mastodon/components/scrollable_list.js +++ b/app/javascript/mastodon/components/scrollable_list.js @@ -296,7 +296,7 @@ export default class ScrollableList extends PureComponent { ); - } else if (isLoading || childrenCount > 0 || hasMore || !emptyMessage) { + } else if (isLoading || childrenCount > 0 || numPending > 0 || hasMore || !emptyMessage) { scrollableArea = (