This commit is contained in:
mgabdev
2020-03-25 23:11:32 -04:00
parent 0f01c1bc97
commit 3d0a85cde4
68 changed files with 1206 additions and 1275 deletions

View File

@@ -44,34 +44,9 @@ const initialState = ImmutableMap({
}),
notifications: ImmutableMap({
alerts: ImmutableMap({
follow: true,
favorite: true,
repost: true,
mention: true,
poll: true,
}),
// : todo : put all notification settings actually IN settings
quickFilter: ImmutableMap({
active: 'all',
show: true,
advanced: false,
}),
shows: ImmutableMap({
follow: true,
favorite: true,
repost: true,
mention: true,
poll: true,
}),
sounds: ImmutableMap({
follow: true,
favorite: true,
repost: true,
mention: true,
poll: true,
}),
}),