Skip to content

Commit

Permalink
Fix cipher creation on new android app (#4670)
Browse files Browse the repository at this point in the history
  • Loading branch information
dani-garcia committed Jun 24, 2024
1 parent a2bf8de commit 4233dbf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/api/core/ciphers.rs
Original file line number Diff line number Diff line change
Expand Up @@ -797,7 +797,9 @@ async fn post_collections_admin(
#[derive(Deserialize)]
#[serde(rename_all = "camelCase")]
struct ShareCipherData {
#[serde(alias = "Cipher")]
cipher: CipherData,
#[serde(alias = "CollectionIds")]
collection_ids: Vec<String>,
}

Expand Down

0 comments on commit 4233dbf

Please sign in to comment.