remove embedded Note from "createPromo" mod logs

This commit is contained in:
Hazelnoot 2025-02-27 10:28:47 -05:00
parent 20e2a6e95a
commit c44c59e9ae
2 changed files with 12 additions and 1 deletions

View file

@ -512,7 +512,6 @@ export type ModerationLogPayloads = {
noteUserId: string;
noteUserUsername: string;
noteUserHost: string | null;
note: any;
},
addRelay: {
inbox: string;

View file

@ -510,4 +510,16 @@ export type ModerationLogPayloads = {
id: string;
host: string;
};
createPromo: {
noteId: string,
noteUserId: string;
noteUserUsername: string;
noteUserHost: string | null;
};
addRelay: {
inbox: string;
};
removeRelay: {
inbox: string;
};
};