remove embedded Note from "createPromo" mod logs
This commit is contained in:
@@ -512,7 +512,6 @@ export type ModerationLogPayloads = {
|
|||||||
noteUserId: string;
|
noteUserId: string;
|
||||||
noteUserUsername: string;
|
noteUserUsername: string;
|
||||||
noteUserHost: string | null;
|
noteUserHost: string | null;
|
||||||
note: any;
|
|
||||||
},
|
},
|
||||||
addRelay: {
|
addRelay: {
|
||||||
inbox: string;
|
inbox: string;
|
||||||
|
|||||||
@@ -510,4 +510,16 @@ export type ModerationLogPayloads = {
|
|||||||
id: string;
|
id: string;
|
||||||
host: string;
|
host: string;
|
||||||
};
|
};
|
||||||
|
createPromo: {
|
||||||
|
noteId: string,
|
||||||
|
noteUserId: string;
|
||||||
|
noteUserUsername: string;
|
||||||
|
noteUserHost: string | null;
|
||||||
|
};
|
||||||
|
addRelay: {
|
||||||
|
inbox: string;
|
||||||
|
};
|
||||||
|
removeRelay: {
|
||||||
|
inbox: string;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user