[Glitch] Add notifications when a reblogged status has been updated

Port front-end changes from 8f03b7a2fb to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
Eugen Rochko
2022-02-11 22:20:19 +01:00
committed by Claire
parent d9379f5331
commit 958089fb21
5 changed files with 58 additions and 2 deletions

View File

@ -40,6 +40,7 @@ const initialState = ImmutableMap({
mention: false,
poll: false,
status: false,
update: false,
}),
quickFilter: ImmutableMap({
@ -59,6 +60,7 @@ const initialState = ImmutableMap({
mention: true,
poll: true,
status: true,
update: true,
}),
sounds: ImmutableMap({
@ -69,6 +71,7 @@ const initialState = ImmutableMap({
mention: true,
poll: true,
status: true,
update: true,
}),
}),