From ed51fe54dc359dc3889c2334d6f7dce9b6dfc521 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sat, 13 Mar 2021 22:04:41 +0000 Subject: [PATCH] hidden: note a todo Signed-off-by: Ian Jackson --- daemon/api.rs | 3 +++ 1 file changed, 3 insertions(+) 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 } -- 2.30.2