enhance: improve moderation log
This commit is contained in:
parent
55c14aec2c
commit
0dbf5175df
5 changed files with 26 additions and 0 deletions
|
@ -189,6 +189,9 @@ export type ModerationLogPayloads = {
|
|||
deleteUserAnnouncement: {
|
||||
announcementId: string;
|
||||
announcement: any;
|
||||
userId: string;
|
||||
userUsername: string;
|
||||
userHost: string | null;
|
||||
};
|
||||
resetPassword: {
|
||||
userId: string;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue