[Glitch] Change how missing desktop notifications permission is displayed
Port a69ca29473
to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
This commit is contained in:
committed by
Thibaut Girka
parent
dca05c79a9
commit
4ae4b03974
@ -39,6 +39,7 @@ const initialState = ImmutableMap({
|
||||
reblog: false,
|
||||
mention: false,
|
||||
poll: false,
|
||||
status: false,
|
||||
}),
|
||||
|
||||
quickFilter: ImmutableMap({
|
||||
@ -54,6 +55,7 @@ const initialState = ImmutableMap({
|
||||
reblog: true,
|
||||
mention: true,
|
||||
poll: true,
|
||||
status: true,
|
||||
}),
|
||||
|
||||
sounds: ImmutableMap({
|
||||
@ -63,6 +65,7 @@ const initialState = ImmutableMap({
|
||||
reblog: true,
|
||||
mention: true,
|
||||
poll: true,
|
||||
status: true,
|
||||
}),
|
||||
}),
|
||||
|
||||
|
Reference in New Issue
Block a user