Support status notification type
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
parent
82db31f7ac
commit
5c48ea2f1a
11 changed files with 41 additions and 4 deletions
|
|
@ -60,6 +60,7 @@ export const defaultState = {
|
|||
notificationVisibility: {
|
||||
follows: true,
|
||||
mentions: true,
|
||||
statuses: true,
|
||||
likes: true,
|
||||
repeats: true,
|
||||
moves: true,
|
||||
|
|
@ -72,6 +73,7 @@ export const defaultState = {
|
|||
notificationNative: {
|
||||
follows: true,
|
||||
mentions: true,
|
||||
statuses: true,
|
||||
likes: false,
|
||||
repeats: false,
|
||||
moves: false,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue