[Glitch] Display notifications count on a new single column

Port 3593b85423 to glitch-soc

Signed-off-by: Thibaut Girka <thib@sitedethib.com>
signup-info-prompt
abcang 2019-05-28 04:56:29 +09:00 committed by ThibG
parent c095eed121
commit 9bb4f796db
1 changed files with 1 additions and 1 deletions

View 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',