Skip to content

Commit

Permalink
UserAlert: Add content type and action for leaderboard achievement
Browse files Browse the repository at this point in the history
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
  • Loading branch information
theimpulson committed Mar 25, 2024
1 parent 77e9523 commit b254ee0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,8 @@ enum class Action {
LEVEL_UP,

@Json(name = "forumwatch_insert")
FORUM_UPDATE
FORUM_UPDATE,

@Json(name = "reached")
REACHED
}
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,8 @@ enum class ContentType {
POST,

@Json(name = "user")
USER
USER,

@Json(name = "adlb_leaderboard")
LEADERBOARD
}

0 comments on commit b254ee0

Please sign in to comment.