From 3c7d06b3219e04a75703c9b56bac8b0d26f67756 Mon Sep 17 00:00:00 2001 From: Maxime GRANDCOLAS Date: Thu, 4 Jun 2026 07:03:21 +0200 Subject: [PATCH] Resync cryptpad to use official x2t 9.3 --- scripts/clone_cryptpad.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/clone_cryptpad.sh b/scripts/clone_cryptpad.sh index 9772867..4e1b70a 100644 --- a/scripts/clone_cryptpad.sh +++ b/scripts/clone_cryptpad.sh @@ -1,7 +1,7 @@ #!/bin/bash # Commit hash to checkout (single source of truth) -CRYPTPAD_COMMIT="e7bdaa0b08fa6bd798dc0877d5dd907911ef058d" +CRYPTPAD_COMMIT="345db27cf8cb0bfd9fda61f0dc8c19e7730cc383" # Clone cryptpad repository rm -rf cryptpad