From: abcang Date: Mon, 27 May 2019 19:56:29 +0000 (+0900) Subject: Display notifications count on a new single column (#10859) X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=3593b854233da1dbb49e95c929019c60a53eca79;p=mastodon.git Display notifications count on a new single column (#10859) --- diff --git a/app/javascript/mastodon/reducers/notifications.js b/app/javascript/mastodon/reducers/notifications.js index c891f4a52..4d9604de9 100644 --- a/app/javascript/mastodon/reducers/notifications.js +++ b/app/javascript/mastodon/reducers/notifications.js @@ -18,7 +18,7 @@ import compareId from '../compare_id'; const initialState = ImmutableMap({ items: ImmutableList(), hasMore: true, - top: true, + top: false, unread: 0, isLoading: false, });