fix: modlog not showing text on approve
This commit is contained in:
parent
887f422511
commit
07b72c65b9
4 changed files with 6 additions and 0 deletions
|
@ -619,6 +619,9 @@ export type ModerationLog = {
|
|||
} & ({
|
||||
type: 'updateServerSettings';
|
||||
info: ModerationLogPayloads['updateServerSettings'];
|
||||
} | {
|
||||
type: 'approve';
|
||||
info: ModerationLogPayloads['approve'];
|
||||
} | {
|
||||
type: 'suspend';
|
||||
info: ModerationLogPayloads['suspend'];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue