1
0

fix: modlog not showing text on approve

This commit is contained in:
Mar0xy
2023-10-18 21:24:34 +02:00
parent 887f422511
commit 07b72c65b9
4 changed files with 6 additions and 0 deletions
+3
View File
@@ -619,6 +619,9 @@ export type ModerationLog = {
} & ({
type: 'updateServerSettings';
info: ModerationLogPayloads['updateServerSettings'];
} | {
type: 'approve';
info: ModerationLogPayloads['approve'];
} | {
type: 'suspend';
info: ModerationLogPayloads['suspend'];