From de038f560134b15942165121000d72115286af3a Mon Sep 17 00:00:00 2001 From: Andrew Morgan Date: Mon, 17 Aug 2020 14:30:28 +0100 Subject: [PATCH] Fix the response format of send_knock This aligns with the current v2 federation endpoints. However, we're still using v1 as a prefix here as it is still the first version of this endpoint. --- proposals/2403-knock.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/proposals/2403-knock.md b/proposals/2403-knock.md index 5221ca1c..4dc7038a 100644 --- a/proposals/2403-knock.md +++ b/proposals/2403-knock.md @@ -249,10 +249,7 @@ Content-Type: application/json The event was successfully accepted into the graph by the receiving homeserver. ```json -[ - 200, - {} -] +{} ``` # Potential issues