From: Ian Jackson Date: Sat, 13 Mar 2021 22:04:41 +0000 (+0000) Subject: hidden: note a todo X-Git-Tag: otter-0.4.0~85 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=ed51fe54dc359dc3889c2334d6f7dce9b6dfc521;p=otter.git hidden: note a todo Signed-off-by: Ian Jackson --- diff --git a/daemon/api.rs b/daemon/api.rs index 19d4faef..361a95d5 100644 --- a/daemon/api.rs +++ b/daemon/api.rs @@ -342,6 +342,9 @@ api_route!{ piece, vanilla, ).map_err(|e| OnlineError::from(e))?; + // xxx if piece is occulted, definitely repermute its occultation + // so that we don't leak which piece is which over repeated + // adjustment clicks update }