1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-31 03:24:00 +02:00
This commit is contained in:
syuilo
2023-11-19 10:18:57 +09:00
parent 2f7d10bf23
commit b65fd34981
13 changed files with 98 additions and 36 deletions

View File

@@ -727,4 +727,10 @@ export type ModerationLog = {
} | {
type: 'resolveAbuseReport';
info: ModerationLogPayloads['resolveAbuseReport'];
} | {
type: 'unsetUserAvatar';
info: ModerationLogPayloads['unsetUserAvatar'];
} | {
type: 'unsetUserBanner';
info: ModerationLogPayloads['unsetUserBanner'];
});