diff --git a/crates/ruma-common/src/push/predefined.rs b/crates/ruma-common/src/push/predefined.rs index 190f0237..74d55b50 100644 --- a/crates/ruma-common/src/push/predefined.rs +++ b/crates/ruma-common/src/push/predefined.rs @@ -528,13 +528,13 @@ pub enum PredefinedOverrideRuleId { /// `.m.rule.tombstone` Tombstone, + /// `.m.rule.reaction` + Reaction, + /// `.m.rule.room.server_acl` #[ruma_enum(rename = ".m.rule.room.server_acl")] RoomServerAcl, - /// `.m.rule.reaction` - Reaction, - #[doc(hidden)] _Custom(PrivOwnedStr), }