From 34c45866bb41bd6edd57f9fed3da924d30476583 Mon Sep 17 00:00:00 2001 From: dktsudgg Date: Sat, 18 Jul 2026 22:51:22 +0900 Subject: [PATCH] Remove duplicate response from integration sequence diagram Fedify appeared to reply with 200 OK twice in the ActivityPub scenario, so I removed the incorrect line. --- docs/manual/integration.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/manual/integration.md b/docs/manual/integration.md index b4b1b22ad..e395014be 100644 --- a/docs/manual/integration.md +++ b/docs/manual/integration.md @@ -42,7 +42,6 @@ sequenceDiagram participant WF as Web framework Client ->> Fedify: GET /users/alice
(Accept: application/activity+json) - Fedify -->> Client: 200 OK Fedify ->> AD: GET /users/alice AD -->> Fedify: 200 OK Fedify -->> Client: 200 OK