Skip to content
This repository has been archived by the owner on Aug 20, 2024. It is now read-only.

Commit

Permalink
Prefix: Handle closed thread prefix
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 b254ee0 commit 71e31c0
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ enum class Prefix {
@Json(name = "[Resolved]")
RESOLVED,

@Json(name = "[Closed]")
CLOSED,

// Default
UNAVAILABLE
}

0 comments on commit 71e31c0

Please sign in to comment.