Add detailed follow notifications

This commit is contained in:
Tim
2025-07-10 17:58:13 +08:00
parent 49ccbb5dc7
commit f4b161dbee
4 changed files with 107 additions and 28 deletions

View File

@@ -14,6 +14,12 @@ public enum NotificationType {
POST_REVIEWED,
/** A subscribed post received a new comment */
POST_UPDATED,
/** Someone you follow published a new post */
FOLLOWED_POST,
/** Someone started following you */
USER_FOLLOWED,
/** Someone unfollowed you */
USER_UNFOLLOWED,
/** A user you subscribe to created a post or comment */
USER_ACTIVITY
}