1
0

record ModLog entry when setting a user's content warning

This commit is contained in:
Hazelnoot
2025-01-28 11:39:41 -05:00
parent 4f79f85703
commit 568d82a974
8 changed files with 55 additions and 9 deletions
+4
View File
@@ -10218,6 +10218,10 @@ export interface Locale extends ILocale {
* Declined
*/
"decline": string;
/**
* Set content warning for user
*/
"setMandatoryCW": string;
/**
* Set remote instance as NSFW
*/