]> cat aescling's git repositories - mastodon.git/commitdiff
Display notifications count on a new single column (#10859)
authorabcang <abcang1015@gmail.com>
Mon, 27 May 2019 19:56:29 +0000 (04:56 +0900)
committerEugen Rochko <eugen@zeonfederated.com>
Mon, 27 May 2019 19:56:29 +0000 (21:56 +0200)
app/javascript/mastodon/reducers/notifications.js

index c891f4a522dbec557e73d24fb2f09aab6db9a368..4d9604de9ee3eafe22e2ee489453ef3088a2e5a6 100644 (file)
@@ -18,7 +18,7 @@ import compareId from '../compare_id';
 const initialState = ImmutableMap({
   items: ImmutableList(),
   hasMore: true,
-  top: true,
+  top: false,
   unread: 0,
   isLoading: false,
 });