This repository was archived by the owner on Mar 26, 2024. It is now read-only.
File tree 1 file changed +4
-2
lines changed
1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -334,12 +334,14 @@ pub enum KnownCondition {
334
334
EventPropertyIs ( EventPropertyIsCondition ) ,
335
335
#[ serde( rename = "im.nheko.msc3664.related_event_match" ) ]
336
336
RelatedEventMatch ( RelatedEventMatchCondition ) ,
337
- #[ serde( rename = "im.nheko.msc3664.related_event_match" ) ]
337
+ // Inverse of the related event match
338
+ #[ serde( rename = "im.nheko.msc3664.inverse_related_event_match" ) ]
338
339
InverseRelatedEventMatch ( RelatedEventMatchCondition ) ,
339
340
// Identical to related_event_match but gives predefined patterns. Cannot be added by users.
340
341
#[ serde( skip_deserializing, rename = "im.nheko.msc3664.related_event_match" ) ]
341
342
RelatedEventMatchType ( RelatedEventMatchTypeCondition ) ,
342
- #[ serde( skip_deserializing, rename = "im.nheko.msc3664.related_event_match" ) ]
343
+ // Inverse of related event match type
344
+ #[ serde( skip_deserializing, rename = "im.nheko.msc3664.inverse_related_event_match" ) ]
343
345
InverseRelatedEventMatchType ( RelatedEventMatchTypeCondition ) ,
344
346
EventPropertyContains ( EventPropertyIsCondition ) ,
345
347
// Identical to exact_event_property_contains but gives predefined patterns. Cannot be added by users.
You can’t perform that action at this time.
0 commit comments