[Glitch] Display notifications count on a new single column
Port 4c9d8f8ef9
to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
lolsob-rspec
parent
7b14777589
commit
a5709d8b76
|
@ -27,7 +27,7 @@ import compareId from 'flavours/glitch/util/compare_id';
|
||||||
const initialState = ImmutableMap({
|
const initialState = ImmutableMap({
|
||||||
items: ImmutableList(),
|
items: ImmutableList(),
|
||||||
hasMore: true,
|
hasMore: true,
|
||||||
top: true,
|
top: false,
|
||||||
mounted: 0,
|
mounted: 0,
|
||||||
unread: 0,
|
unread: 0,
|
||||||
lastReadId: '0',
|
lastReadId: '0',
|
||||||
|
|
Loading…
Reference in New Issue