add thread stuff to audit log

This commit is contained in:
ouwou
2021-08-05 23:50:15 -04:00
parent 856674506c
commit e01110c739
2 changed files with 70 additions and 0 deletions

View File

@@ -43,6 +43,12 @@ enum class AuditLogActionType {
STAGE_INSTANCE_CREATE = 83,
STAGE_INSTANCE_UPDATE = 84,
STAGE_INSTANCE_DELETE = 85,
STICKER_CREATE = 90,
STICKER_UPDATE = 91,
STICKER_DELETE = 92,
THREAD_CREATE = 110,
THREAD_UPDATE = 111,
THREAD_DELETE = 112,
};
struct AuditLogChange {