Skip to content

Commit

Permalink
feat: new status for notification
Browse files Browse the repository at this point in the history
  • Loading branch information
adityathebe authored and moshloop committed Nov 14, 2024
1 parent e86847a commit ad99acd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion models/notifications.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@ const (
NotificationStatusError = "error"
NotificationStatusSent = "sent"
NotificationStatusSending = "sending"
NotificationStatusPending = "pending" // delayed
NotificationStatusPending = "pending" // delayed due to waitFor evaluation
NotificationStatusSkipped = "skipped" // due to waitFor evaluation
NotificationStatusSilenced = "silenced"
NotificationStatusRepeatInterval = "repeat-interval"
)
Expand Down

0 comments on commit ad99acd

Please sign in to comment.