mirror of
https://github.com/mastodon/mastodon.git
synced 2024-12-13 06:35:08 +01:00
[Glitch] Display notifications count on a new single column
Port 3593b85423
to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
This commit is contained in:
parent
c095eed121
commit
9bb4f796db
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user