Module ruma_common::push

source ·
Expand description

Common types for the push notifications module.

§Understanding the types of this module

Push rules are grouped in RuleSets, and are grouped in five kinds (for more details about the different kind of rules, see the Ruleset documentation, or the specification). These five kinds are, by order of priority:

  • override rules
  • content rules
  • room rules
  • sender rules
  • underride rules

Re-exports§

  • pub use self::condition::_CustomPushCondition;

Structs§

Enums§

Functions§