mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-05-16 03:55:42 -04:00
Before this patch, the inability to compute push actions would result in an empty vector of push actions, leading to the false assumption that there's no push actions to account for, while we were unable to compute them properly. This changes things up so that it's now the user's responsibility to decide what to do when those push actions are missing.
Common types that are used in the different matrix-sdk layers.
NOTE: These are common dependencies for the different matrix-sdk layers, you're probably interested in the main matrix-sdk crate.