mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-09-30 13:30:32 +00:00
Fix v2025.6.1 clients and newer to delete items
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 Signed-off-by: BlackDex <black.dex@gmail.com>
This commit is contained in:
parent
6b9333b33e
commit
d0c2b9f361
3 changed files with 12 additions and 7 deletions
|
@ -188,7 +188,7 @@ aws-config = { version = "1.8.0", features = ["behavior-version-latest", "rt-tok
|
|||
aws-credential-types = { version = "1.2.3", optional = true }
|
||||
aws-smithy-runtime-api = { version = "1.8.1", optional = true }
|
||||
http = { version = "1.3.1", optional = true }
|
||||
reqsign = { version = "0.16.4", optional = true }
|
||||
reqsign = { version = "0.16.5", optional = true }
|
||||
|
||||
# Strip debuginfo from the release builds
|
||||
# The debug symbols are to provide better panic traces
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue