don't record deleted note, flash, page, or gallery post in modlog

This commit is contained in:
Hazelnoot 2025-02-27 11:20:13 -05:00
parent c02fd47811
commit e030facaa9
6 changed files with 0 additions and 16 deletions

View file

@ -162,7 +162,6 @@ export class NoteDeleteService {
noteUserId: note.userId,
noteUserUsername: user.username,
noteUserHost: user.host,
note: note,
});
}