fix(app): suppress details for channel delete audit logs (#48)
This commit is contained in:
parent
ec8601b9d6
commit
00fcf59120
@ -139,6 +139,7 @@ const suppressedDetailActions = new Set<AuditLogActionType>([
|
|||||||
AuditLogActionType.MESSAGE_BULK_DELETE,
|
AuditLogActionType.MESSAGE_BULK_DELETE,
|
||||||
AuditLogActionType.MESSAGE_PIN,
|
AuditLogActionType.MESSAGE_PIN,
|
||||||
AuditLogActionType.MESSAGE_UNPIN,
|
AuditLogActionType.MESSAGE_UNPIN,
|
||||||
|
AuditLogActionType.CHANNEL_DELETE,
|
||||||
]);
|
]);
|
||||||
|
|
||||||
const NotRenderedChangeKeys: Partial<Record<AuditLogTargetType, Record<string, true>>> = {
|
const NotRenderedChangeKeys: Partial<Record<AuditLogTargetType, Record<string, true>>> = {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user