Fix web settings to add alerts columns
This commit is contained in:
parent
97ff10f2c7
commit
7d5280a71d
1 changed files with 6 additions and 0 deletions
|
@ -43,6 +43,8 @@ const initialState = ImmutableMap({
|
||||||
poll: false,
|
poll: false,
|
||||||
status: false,
|
status: false,
|
||||||
update: false,
|
update: false,
|
||||||
|
emoji_reaction: false,
|
||||||
|
status_reference: false,
|
||||||
'admin.sign_up': false,
|
'admin.sign_up': false,
|
||||||
'admin.report': false,
|
'admin.report': false,
|
||||||
}),
|
}),
|
||||||
|
@ -65,6 +67,8 @@ const initialState = ImmutableMap({
|
||||||
poll: true,
|
poll: true,
|
||||||
status: true,
|
status: true,
|
||||||
update: true,
|
update: true,
|
||||||
|
emoji_reaction: true,
|
||||||
|
status_reference: true,
|
||||||
'admin.sign_up': true,
|
'admin.sign_up': true,
|
||||||
'admin.report': true,
|
'admin.report': true,
|
||||||
}),
|
}),
|
||||||
|
@ -78,6 +82,8 @@ const initialState = ImmutableMap({
|
||||||
poll: true,
|
poll: true,
|
||||||
status: true,
|
status: true,
|
||||||
update: true,
|
update: true,
|
||||||
|
emoji_reaction: true,
|
||||||
|
status_reference: true,
|
||||||
'admin.sign_up': true,
|
'admin.sign_up': true,
|
||||||
'admin.report': true,
|
'admin.report': true,
|
||||||
}),
|
}),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue