Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion docs/manual/integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ sequenceDiagram
participant WF as Web framework

Client ->> Fedify: GET /users/alice<br/>(Accept: application/activity+json)
Fedify -->> Client: 200 OK
Fedify ->> AD: GET /users/alice
AD -->> Fedify: 200 OK
Fedify -->> Client: 200 OK
Expand Down
Loading