Skip to content

Commit 77b1d3a

Browse files
abcanghiyuki2578
authored andcommitted
Display notifications count on a new single column (mastodon#10859)
1 parent e0f6dc2 commit 77b1d3a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/javascript/mastodon/reducers/notifications.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import compareId from '../compare_id';
1818
const initialState = ImmutableMap({
1919
items: ImmutableList(),
2020
hasMore: true,
21-
top: true,
21+
top: false,
2222
unread: 0,
2323
isLoading: false,
2424
});

0 commit comments

Comments
 (0)