1
0
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:
Hazelnoot
2025-01-28 01:47:03 -05:00
parent 2bf8648ebc
commit ea89348b62
11 changed files with 534 additions and 407 deletions

8
locales/index.d.ts vendored
View File

@@ -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;