[APP 513] Label tuning (#496)
* Label updates: break out sexual into 3 categories; tune defaults; improve descriptions * Fix misapplication of warning in notifications
This commit is contained in:
parent
3cc0fb1d67
commit
b40287e4be
6 changed files with 88 additions and 34 deletions
|
@ -15,7 +15,9 @@ export type LabelPreference = 'show' | 'warn' | 'hide'
|
|||
|
||||
export class LabelPreferencesModel {
|
||||
nsfw: LabelPreference = 'warn'
|
||||
gore: LabelPreference = 'hide'
|
||||
nudity: LabelPreference = 'show'
|
||||
suggestive: LabelPreference = 'show'
|
||||
gore: LabelPreference = 'warn'
|
||||
hate: LabelPreference = 'hide'
|
||||
spam: LabelPreference = 'hide'
|
||||
impersonation: LabelPreference = 'warn'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue