From a88713c89658faaa6fb50bb967854bf02043421a Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Mon, 12 Oct 2020 01:32:24 +0100 Subject: [PATCH] some todos Signed-off-by: Ian Jackson --- src/api.rs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/api.rs b/src/api.rs index aadf34d8..23313295 100644 --- a/src/api.rs +++ b/src/api.rs @@ -199,7 +199,9 @@ struct ApiPieceWrest { #[throws(OE)] fn api_wrest(form : Json>) -> impl response::Responder<'static> { - // xxx wresting does not seem to work, maybe client isn't doing it? + // xxx wresting does not seem to work, maybe client isn't doing it? + // ony for held pieces; works for pinned ones + // xxx pinning should send to back api_piece_op(form) } impl ApiPieceOp for ApiPieceWrest { -- 2.30.2