feat: add lottery win notification

This commit is contained in:
Tim
2025-08-13 15:57:59 +08:00
parent dfef13e2be
commit 8fa715477b
3 changed files with 33 additions and 0 deletions

View File

@@ -32,6 +32,8 @@ public enum NotificationType {
REGISTER_REQUEST,
/** A user redeemed an activity reward */
ACTIVITY_REDEEM,
/** You won a lottery post */
LOTTERY_WIN,
/** You were mentioned in a post or comment */
MENTION
}