From 372a6ce2a9f9721a2baebdbc780fb7523d1d4d1a Mon Sep 17 00:00:00 2001 From: BlackDex Date: Mon, 30 Jun 2025 22:10:57 +0200 Subject: [PATCH] Fix comment Signed-off-by: BlackDex --- src/db/models/cipher.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/db/models/cipher.rs b/src/db/models/cipher.rs index 735c705c..5e8971c8 100644 --- a/src/db/models/cipher.rs +++ b/src/db/models/cipher.rs @@ -382,7 +382,7 @@ impl Cipher { // the "Read Only" or "Hide Passwords" restrictions for the user. json_object["edit"] = json!(!read_only); json_object["viewPassword"] = json!(!hide_passwords); - // The new key used by clients since v2025.6.1 + // The new key used by clients since v2025.6.0 json_object["permissions"] = json!({ "delete": !read_only, "restore": !read_only,