Add option to opt out of unread notification markers (#15842)
Fixes #15133
This commit is contained in:
parent
9aaaa96d2f
commit
55ac2b9c60
3 changed files with 13 additions and 2 deletions
|
@ -45,6 +45,7 @@ const initialState = ImmutableMap({
|
|||
}),
|
||||
|
||||
dismissPermissionBanner: false,
|
||||
showUnread: true,
|
||||
|
||||
shows: ImmutableMap({
|
||||
follow: true,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue