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
No known key found for this signature in database
GPG key ID: 56569BBE47D2C828
4 changed files with 6 additions and 0 deletions

View file

@ -619,6 +619,9 @@ export type ModerationLog = {
} & ({
type: 'updateServerSettings';
info: ModerationLogPayloads['updateServerSettings'];
} | {
type: 'approve';
info: ModerationLogPayloads['approve'];
} | {
type: 'suspend';
info: ModerationLogPayloads['suspend'];