Skip to content

Commit

Permalink
Add SUPPRESS_NOTIFICATIONS message flag (#2346)
Browse files Browse the repository at this point in the history
  • Loading branch information
zzzzDev4 authored Feb 20, 2023
1 parent 6681fea commit 5650901
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/model/channel/message.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1278,6 +1278,8 @@ bitflags! {
const LOADING = 1 << 7;
/// This message failed to mention some roles and add their members to the thread.
const FAILED_TO_MENTION_SOME_ROLES_IN_THREAD = 1 << 8;
/// This message will not trigger push and desktop notifications.
const SUPPRESS_NOTIFICATIONS = 1 << 12;
}
}

Expand Down

0 comments on commit 5650901

Please sign in to comment.