record ModLog entry when setting a user's content warning
This commit is contained in:
Vendored
+4
@@ -10218,6 +10218,10 @@ export interface Locale extends ILocale {
|
||||
* Declined
|
||||
*/
|
||||
"decline": string;
|
||||
/**
|
||||
* Set content warning for user
|
||||
*/
|
||||
"setMandatoryCW": string;
|
||||
/**
|
||||
* Set remote instance as NSFW
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user