]> cat aescling's git repositories - mastodon.git/commitdiff
[Glitch] Display notifications count on a new single column
authorabcang <abcang1015@gmail.com>
Mon, 27 May 2019 19:56:29 +0000 (04:56 +0900)
committerThibG <thib@sitedethib.com>
Thu, 13 Jun 2019 20:15:31 +0000 (22:15 +0200)
Port 3593b854233da1dbb49e95c929019c60a53eca79 to glitch-soc

Signed-off-by: Thibaut Girka <thib@sitedethib.com>
app/javascript/flavours/glitch/reducers/notifications.js

index 04ae3d406e28c26ee6d9e77432f5044b779d9d20..5bbf9c822f196b84bed566b08f2d38b339ae93f2 100644 (file)
@@ -27,7 +27,7 @@ import compareId from 'flavours/glitch/util/compare_id';
 const initialState = ImmutableMap({
   items: ImmutableList(),
   hasMore: true,
-  top: true,
+  top: false,
   mounted: 0,
   unread: 0,
   lastReadId: '0',