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.
pull/977/head
Andrew Morgan 4 years ago
parent 38d67083eb
commit de038f5601

@ -249,10 +249,7 @@ Content-Type: application/json
The event was successfully accepted into the graph by the receiving The event was successfully accepted into the graph by the receiving
homeserver. homeserver.
```json ```json
[
200,
{} {}
]
``` ```
# Potential issues # Potential issues

Loading…
Cancel
Save