Skip to content

Commit

Permalink
fix: don't silence all messages
Browse files Browse the repository at this point in the history
  • Loading branch information
IAmTomahawkx committed Oct 28, 2024
1 parent 795e6af commit c16da74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/core/database/src/models/messages/model.rs
Original file line number Diff line number Diff line change
Expand Up @@ -493,7 +493,7 @@ impl Message {
}
_ => vec![],
},
false,
self.has_suppressed_notifications(),
)],
},
)
Expand Down

0 comments on commit c16da74

Please sign in to comment.