From 7d1b014ec3a1bacabaee0122f2d48f37e41308a2 Mon Sep 17 00:00:00 2001 From: Catalan Lover <48515417+FSG-Cat@users.noreply.github.com> Date: Mon, 19 Feb 2024 20:54:51 +0100 Subject: [PATCH] Update reference to MSC4042 to be a link Co-authored-by: Hubert Chathi --- proposals/4043-presence-override-api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proposals/4043-presence-override-api.md b/proposals/4043-presence-override-api.md index d4eea501..29bfaade 100644 --- a/proposals/4043-presence-override-api.md +++ b/proposals/4043-presence-override-api.md @@ -5,7 +5,7 @@ for presence. Where more important states overrule less important ones. This pro This proposal proposes a new API that you can call to set a authoritative presence state for your account. This state is always used negating all other ways to set presence. So if you set your state to `disabled` from -MSC4042 then well then your state would always be `disabled`. +[MSC4042](https://github.com/matrix-org/matrix-spec-proposals/pull/4042) then well then your state would always be `disabled`. Using a new API for this instead of recycling some old method does come at the benefit of that this just works.