The new v2025.6.1 clients need the new permissions key/value to support deleting. By using the same flag as the current edit key/value we can fix this.
More fine-grained control is something we should still code, so for not this should solve those issues
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
## 📋 Pull Request Information
**Original PR:** https://github.com/dani-garcia/vaultwarden/pull/6004
**Author:** [@BlackDex](https://github.com/BlackDex)
**Created:** 6/30/2025
**Status:** ✅ Merged
**Merged:** 7/1/2025
**Merged by:** [@dani-garcia](https://github.com/dani-garcia)
**Base:** `main` ← **Head:** `fix-delete-on-new-clients`
---
### 📝 Commits (2)
- [`d0c2b9f`](https://github.com/dani-garcia/vaultwarden/commit/d0c2b9f361e783a213c0828d333f51eee2ab7584) Fix v2025.6.1 clients and newer to delete items
- [`372a6ce`](https://github.com/dani-garcia/vaultwarden/commit/372a6ce2a9f9721a2baebdbc780fb7523d1d4d1a) Fix comment
### 📊 Changes
**3 files changed** (+12 additions, -7 deletions)
<details>
<summary>View changed files</summary>
📝 `Cargo.lock` (+6 -6)
📝 `Cargo.toml` (+1 -1)
📝 `src/db/models/cipher.rs` (+5 -0)
</details>
### 📄 Description
The new v2025.6.1 clients need the new `permissions` key/value to support deleting. By using the same flag as the current `edit` key/value we can fix this.
More fine-grained control is something we should still code, so for not this should solve those issues
Fixes #6003
Fixes #5996
---
<sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 Pull Request Information
Original PR: https://github.com/dani-garcia/vaultwarden/pull/6004
Author: @BlackDex
Created: 6/30/2025
Status: ✅ Merged
Merged: 7/1/2025
Merged by: @dani-garcia
Base:
main← Head:fix-delete-on-new-clients📝 Commits (2)
d0c2b9fFix v2025.6.1 clients and newer to delete items372a6ceFix comment📊 Changes
3 files changed (+12 additions, -7 deletions)
View changed files
📝
Cargo.lock(+6 -6)📝
Cargo.toml(+1 -1)📝
src/db/models/cipher.rs(+5 -0)📄 Description
The new v2025.6.1 clients need the new
permissionskey/value to support deleting. By using the same flag as the currenteditkey/value we can fix this.More fine-grained control is something we should still code, so for not this should solve those issues
Fixes #6003
Fixes #5996
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.