1
0
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:
syuilo
2023-10-04 19:55:35 +09:00
parent 55c14aec2c
commit 0dbf5175df
5 changed files with 26 additions and 0 deletions

View File

@@ -189,6 +189,9 @@ export type ModerationLogPayloads = {
deleteUserAnnouncement: {
announcementId: string;
announcement: any;
userId: string;
userUsername: string;
userHost: string | null;
};
resetPassword: {
userId: string;