fix rebase error
This commit is contained in:
@@ -502,6 +502,60 @@ export type ModerationLogPayloads = {
|
|||||||
id: string;
|
id: string;
|
||||||
host: string;
|
host: string;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
clearUserFiles: {
|
||||||
|
userId: string;
|
||||||
|
userUsername: string;
|
||||||
|
userHost: string | null;
|
||||||
|
count: number;
|
||||||
|
};
|
||||||
|
nsfwUser: {
|
||||||
|
userId: string;
|
||||||
|
userUsername: string;
|
||||||
|
userHost: string | null;
|
||||||
|
};
|
||||||
|
unNsfwUser: {
|
||||||
|
userId: string;
|
||||||
|
userUsername: string;
|
||||||
|
userHost: string | null;
|
||||||
|
};
|
||||||
|
silenceUser: {
|
||||||
|
userId: string;
|
||||||
|
userUsername: string;
|
||||||
|
userHost: string | null;
|
||||||
|
};
|
||||||
|
unSilenceUser: {
|
||||||
|
userId: string;
|
||||||
|
userUsername: string;
|
||||||
|
userHost: string | null;
|
||||||
|
};
|
||||||
|
createAccount: {
|
||||||
|
userId: string;
|
||||||
|
userUsername: string;
|
||||||
|
};
|
||||||
|
clearRemoteFiles: Record<string, never>;
|
||||||
|
clearOwnerlessFiles: {
|
||||||
|
count: number;
|
||||||
|
};
|
||||||
|
updateCustomEmojis: {
|
||||||
|
ids: string[],
|
||||||
|
category?: string | null,
|
||||||
|
license?: string | null,
|
||||||
|
setAliases?: string[],
|
||||||
|
addAliases?: string[],
|
||||||
|
delAliases?: string[],
|
||||||
|
};
|
||||||
|
importCustomEmojis: {
|
||||||
|
fileId: string,
|
||||||
|
fileName: string,
|
||||||
|
};
|
||||||
|
clearInstanceFiles: {
|
||||||
|
host: string;
|
||||||
|
count: number;
|
||||||
|
};
|
||||||
|
severFollowRelations: {
|
||||||
|
host: string;
|
||||||
|
};
|
||||||
createPromo: {
|
createPromo: {
|
||||||
noteId: string,
|
noteId: string,
|
||||||
noteUserId: string;
|
noteUserId: string;
|
||||||
|
|||||||
Reference in New Issue
Block a user