mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-28 19:25:16 +02:00
enhance: improve moderation log
This commit is contained in:
@@ -601,6 +601,9 @@ export type ModerationLog = {
|
||||
} | {
|
||||
type: 'unassignRole';
|
||||
info: ModerationLogPayloads['unassignRole'];
|
||||
} | {
|
||||
type: 'createRole';
|
||||
info: ModerationLogPayloads['createRole'];
|
||||
} | {
|
||||
type: 'updateRole';
|
||||
info: ModerationLogPayloads['updateRole'];
|
||||
|
||||
Reference in New Issue
Block a user