We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8096ee commit 8409e52Copy full SHA for 8409e52
crates/matrix-sdk-base/src/response_processors/notification.rs
@@ -56,7 +56,7 @@ impl<'a> Notification<'a> {
56
/// Push a new [`sync::Notification`] in [`Self::notifications`] from
57
/// `event` if and only if `predicate` returns `true` for at least one of
58
/// the [`Action`]s associated to this event and this
59
- /// `push_condition_room_ctx`. (based on `Self::push_rules`).
+ /// `push_condition_room_ctx`. (based on [`Self::push_rules`]).
60
///
61
/// This method returns the fetched [`Action`]s.
62
pub async fn push_notification_from_event_if<E, P>(
0 commit comments