mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-05-05 06:28:20 -04:00
The builder had only one meaningful method, `filter_by_push_rules`, which was always called by the applications — and in fact should always be true. It was designed as an extra method because it was experimental at the time, but it's stabilized sufficiently that we can enable this behavior by default now, considering that a notification that is not wanted by the user shouldn't be kept, to respect their intent. (This is in the UI crate, which is opinionated, so it's fine to assume such intents by design.)