Skip to content

Commit

Permalink
fix(misskey-js): モデログのフィルタに追加漏れがあったのを修正 (#14328)
Browse files Browse the repository at this point in the history
  • Loading branch information
samunohito authored Jul 30, 2024
1 parent 3411b9c commit 8bae2ec
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/misskey-js/src/consts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,12 @@ export const moderationLogTypes = [
'deleteAvatarDecoration',
'unsetUserAvatar',
'unsetUserBanner',
'createSystemWebhook',
'updateSystemWebhook',
'deleteSystemWebhook',
'createAbuseReportNotificationRecipient',
'updateAbuseReportNotificationRecipient',
'deleteAbuseReportNotificationRecipient',
] as const;

// See: packages/backend/src/core/ReversiService.ts@L410
Expand Down

0 comments on commit 8bae2ec

Please sign in to comment.