From e622c5b2acfc9a6454fcc4dd8c9c80d6ba899d7e Mon Sep 17 00:00:00 2001 From: Catalan Lover <48515417+FSG-Cat@users.noreply.github.com> Date: Sat, 19 Aug 2023 18:33:36 +0200 Subject: [PATCH] Fix unstable API path oversight Co-authored-by: Will Hunt --- 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 10599026e..d4eea501b 100644 --- a/proposals/4043-presence-override-api.md +++ b/proposals/4043-presence-override-api.md @@ -71,7 +71,7 @@ positive effect is privacy related not strictly security in that users can cloak ## Unstable prefix While this proposal is unstable instead of using `/_matrix/client/v1/presence/{userId}/override` you use -`/_matrix/client/unstable/support.feline.msc4043.v1/override` +`/_matrix/client/unstable/support.feline.msc4043.v1/presence/{userId}/override` And unstable feature flag used is `support.feline.msc4043.v1`