mirror of
https://git.boykissers.com/pawkey/pawkey-sk.git
synced 2025-12-20 04:04:16 +00:00
add user-level "force content warning" moderation feature
This commit is contained in:
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;
|
||||
|
||||
Reference in New Issue
Block a user