mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-31 06:53:56 +02:00
enhance: improve moderation log
This commit is contained in:
@@ -189,6 +189,9 @@ export type ModerationLogPayloads = {
|
||||
deleteUserAnnouncement: {
|
||||
announcementId: string;
|
||||
announcement: any;
|
||||
userId: string;
|
||||
userUsername: string;
|
||||
userHost: string | null;
|
||||
};
|
||||
resetPassword: {
|
||||
userId: string;
|
||||
|
||||
Reference in New Issue
Block a user