feat: notify authors when admin deletes post

This commit is contained in:
Tim
2025-08-20 20:21:31 +08:00
parent 91ffacc335
commit 959b0f6a48
5 changed files with 95 additions and 1 deletions

View File

@@ -14,6 +14,8 @@ public enum NotificationType {
POST_REVIEW_REQUEST,
/** Your post under review was approved or rejected */
POST_REVIEWED,
/** An administrator deleted your post */
POST_DELETED,
/** A subscribed post received a new comment */
POST_UPDATED,
/** Someone subscribed to your post */