Skip to content

Commit

Permalink
added SUPPRESS_NOTIFICATIONS flag
Browse files Browse the repository at this point in the history
  • Loading branch information
RealYusufIsmail authored and felldo committed Feb 16, 2023
1 parent 4f3d461 commit 1e9dd25
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,11 @@ public enum MessageFlag {
*/
FAILED_TO_MENTION_SOME_ROLES_IN_THREAD(1 << 8),

/**
* This message will not trigger push and desktop notifications.
*/
SUPPRESS_NOTIFICATIONS(1 << 12),

/**
* An unknown flag.
*/
Expand Down

0 comments on commit 1e9dd25

Please sign in to comment.