Skip to content
Snippets Groups Projects
Commit 9bb4f796 authored by abcang's avatar abcang Committed by ThibG
Browse files

[Glitch] Display notifications count on a new single column


Port 3593b854 to glitch-soc

Signed-off-by: default avatarThibaut Girka <thib@sitedethib.com>
parent c095eed1
No related branches found
No related tags found
No related merge requests found
......@@ -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',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment