feat: notify lottery author

This commit is contained in:
Tim
2025-08-13 16:19:53 +08:00
parent a3aec1133b
commit 6965fcfb7f
4 changed files with 82 additions and 0 deletions

View File

@@ -34,6 +34,8 @@ public enum NotificationType {
ACTIVITY_REDEEM,
/** You won a lottery post */
LOTTERY_WIN,
/** Your lottery post was drawn */
LOTTERY_DRAW,
/** You were mentioned in a post or comment */
MENTION
}