From 070babcec5817a4895b3f86fa8527691dc2f0d8c Mon Sep 17 00:00:00 2001 From: Nicolas Werner Date: Mon, 24 Jan 2022 13:19:11 +0100 Subject: [PATCH] Define how a client can check for support Signed-off-by: Nicolas Werner --- proposals/3664-notifications-for-relations.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/proposals/3664-notifications-for-relations.md b/proposals/3664-notifications-for-relations.md index 441631df0..d7f060ae9 100644 --- a/proposals/3664-notifications-for-relations.md +++ b/proposals/3664-notifications-for-relations.md @@ -82,6 +82,9 @@ allows you to match for a field being present regardless of its value. If only `pattern` is present, servers should return an error when setting the rule. Clients should ignore the `pattern` field if there is no `key` field. +A client can check for the `related_event_match` condition being supported by +testing for an existing `.m.rule.reply` in the default rules. + ### A push rule for replies To enable notifications for replies without relying on the reply fallback, but