common: Add missing re-export of AnyPushRuleRef

This commit is contained in:
Jonas Platte 2021-04-17 17:56:26 +02:00
parent fca5d36402
commit eec58921ad
No known key found for this signature in database
GPG Key ID: 7D261D771D915378

View File

@ -30,7 +30,7 @@ pub use self::{
condition::{
ComparisonOperator, FlattenedJson, PushCondition, PushConditionRoomCtx, RoomMemberCountIs,
},
iter::{AnyPushRule, RulesetIntoIter, RulesetIter},
iter::{AnyPushRule, AnyPushRuleRef, RulesetIntoIter, RulesetIter},
};
/// A push ruleset scopes a set of rules according to some criteria.