summaryrefslogtreecommitdiff
path: root/packages/misskey-js/src/consts.ts
diff options
context:
space:
mode:
authorHazelnoot <acomputerdog@gmail.com>2025-02-27 11:20:13 -0500
committerHazelnoot <acomputerdog@gmail.com>2025-03-02 13:38:35 -0500
commite030facaa992b1b836f75e8bbf23c763c7db7d89 (patch)
tree39ab73081c8efd1ec1419543549b0d13ab850e6e /packages/misskey-js/src/consts.ts
parentfix formatting in SkFetchNote (diff)
downloadsharkey-e030facaa992b1b836f75e8bbf23c763c7db7d89.tar.gz
sharkey-e030facaa992b1b836f75e8bbf23c763c7db7d89.tar.bz2
sharkey-e030facaa992b1b836f75e8bbf23c763c7db7d89.zip
don't record deleted note, flash, page, or gallery post in modlog
Diffstat (limited to 'packages/misskey-js/src/consts.ts')
-rw-r--r--packages/misskey-js/src/consts.ts8
1 files changed, 0 insertions, 8 deletions
diff --git a/packages/misskey-js/src/consts.ts b/packages/misskey-js/src/consts.ts
index a69ab168b8..f6d3d682af 100644
--- a/packages/misskey-js/src/consts.ts
+++ b/packages/misskey-js/src/consts.ts
@@ -4,12 +4,8 @@ import type {
Ad,
Announcement,
EmojiDetailed,
- Flash,
- GalleryPost,
InviteCode,
MetaDetailed,
- Note,
- Page,
Role,
ReversiGameDetailed,
SystemWebhook,
@@ -295,7 +291,6 @@ export type ModerationLogPayloads = {
noteUserId: string;
noteUserUsername: string;
noteUserHost: string | null;
- note: Note;
};
createGlobalAnnouncement: {
announcementId: string;
@@ -478,19 +473,16 @@ export type ModerationLogPayloads = {
pageId: string;
pageUserId: string;
pageUserUsername: string;
- page: Page;
};
deleteFlash: {
flashId: string;
flashUserId: string;
flashUserUsername: string;
- flash: Flash;
};
deleteGalleryPost: {
postId: string;
postUserId: string;
postUserUsername: string;
- post: GalleryPost;
};
acceptQuotesUser: {
userId: string,