add user-level "force content warning" moderation feature
This commit is contained in:
parent
2bf8648ebc
commit
ea89348b62
11 changed files with 534 additions and 407 deletions
8
locales/index.d.ts
vendored
8
locales/index.d.ts
vendored
|
|
@ -12089,6 +12089,14 @@ export interface Locale extends ILocale {
|
|||
* ID
|
||||
*/
|
||||
"id": string;
|
||||
/**
|
||||
* Force content warning
|
||||
*/
|
||||
"mandatoryCW": string;
|
||||
/**
|
||||
* Applies a content warning to all posts created by this user. If the post already has a CW, then this is appended to the end.
|
||||
*/
|
||||
"mandatoryCWDescription": string;
|
||||
}
|
||||
declare const locales: {
|
||||
[lang: string]: Locale;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue