From: Ian Jackson Date: Mon, 12 Oct 2020 00:32:24 +0000 (+0100) Subject: some todos X-Git-Tag: otter-0.2.0~662 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=a88713c89658faaa6fb50bb967854bf02043421a;p=otter.git some todos Signed-off-by: Ian Jackson --- 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 {