Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Include no actions instead of dont_notify for suppresing edits.
Browse files Browse the repository at this point in the history
  • Loading branch information
clokep committed Feb 7, 2023
1 parent 2dff930 commit 57f9e46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust/src/push/base_rules.rs
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ pub const BASE_APPEND_OVERRIDE_RULES: &[PushRule] = &[
pattern_type: None,
},
))]),
actions: Cow::Borrowed(&[Action::DontNotify]),
actions: Cow::Borrowed(&[]),
default: true,
default_enabled: true,
},
Expand Down

0 comments on commit 57f9e46

Please sign in to comment.