implemented "prune attachment" on post

This commit is contained in:
2026-02-21 15:36:48 -07:00
parent 94593d3637
commit f80f63a142
7 changed files with 105 additions and 2 deletions
+1
View File
@@ -77,6 +77,7 @@ const (
AuditConferenceDelete = 315
AuditConferenceMoveMessage = 316
AuditConferenceStickyTopic = 317
AuditConferencePruneAttachment = 318
)
// auditWriteQueue is a channel to store audit records in the background.