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

Commit 57f9e46

Browse files
committed
Include no actions instead of dont_notify for suppresing edits.
1 parent 2dff930 commit 57f9e46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust/src/push/base_rules.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ pub const BASE_APPEND_OVERRIDE_RULES: &[PushRule] = &[
7676
pattern_type: None,
7777
},
7878
))]),
79-
actions: Cow::Borrowed(&[Action::DontNotify]),
79+
actions: Cow::Borrowed(&[]),
8080
default: true,
8181
default_enabled: true,
8282
},

0 commit comments

Comments
 (0)