fix(misskey-js): モデログのフィルタに追加漏れがあったのを修正 (#14328)

This commit is contained in:
おさむのひと 2024-07-30 18:37:07 +09:00 committed by GitHub
parent 3411b9c16c
commit 8bae2ecabd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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