Skip to content

Commit c4c6ddc

Browse files
abcangGargron
authored andcommitted
Display notifications count on a new single column (mastodon#10859)
1 parent 6b66ba6 commit c4c6ddc

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)