Skip to content

Commit

Permalink
fix: Honor response_requested parameter
Browse files Browse the repository at this point in the history
Signed-off-by: Colton Wolkins (Laptop) <[email protected]>
  • Loading branch information
TheTechmage committed Dec 11, 2024
1 parent 9d50e4a commit 01031f9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions acapy_agent/protocols_v2/trustping/v1_0/routes.py
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,10 @@ async def connections_send_ping(request: web.BaseRequest):
"from": our_did,
}
)

if response_requested:
msg.message["response_requested"] = True

## await responder.send_reply(error_result)
await outbound_handler(msg, target_list=reply_destination)

Expand Down

0 comments on commit 01031f9

Please sign in to comment.