push: Move PredefinedOverrideRuleId::Reaction
To have the same order as when the rules are included in the ruleset
This commit is contained in:
parent
18195e0a6e
commit
369cf8629e
@ -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),
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user