Skip to content

Commit

Permalink
Add marketing notification category
Browse files Browse the repository at this point in the history
  • Loading branch information
PierreOucif committed Sep 2, 2024
1 parent c750b08 commit 814f006
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ public enum NotificationCategory {
/** E.g. issue application rejected/accepted, new good first issue in project X, etc. */
CONTRIBUTOR_PROJECT,
/** E.g. KYCB document failed, KYCB complete your profile, etc. */
KYC_KYB_BILLING_PROFILE,
GLOBAL_BILLING_PROFILE,
/** E.g. product release, new incoming ODHack, etc.*/
GLOBAL_MARKETING
;

public List<NotificationChannel> defaultChannels() {
Expand Down

0 comments on commit 814f006

Please sign in to comment.