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,