mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-05-06 11:28:30 -05:00
[PR #4937] [MERGED] Fix collection update from native client #16381
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/dani-garcia/vaultwarden/pull/4937
Author: @BlackDex
Created: 9/9/2024
Status: ✅ Merged
Merged: 9/10/2024
Merged by: @dani-garcia
Base:
main← Head:fix-native-collection-update📝 Commits (1)
9fb198bFix collection update from native client📊 Changes
1 file changed (+1 additions, -0 deletions)
View changed files
📝
src/api/core/ciphers.rs(+1 -0)📄 Description
For some strange reason the native clients send
CollectionIdsinstead ofcollectionIdsfor updating the collection. Added an alias to allow this.Fixes an issue reported via Matrix.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.