mirror of
https://github.com/dani-garcia/vaultwarden
synced 2024-11-22 20:03:19 +00:00
Do not update revision at the end, as we already did that
This commit is contained in:
parent
1a5ecd4d4a
commit
b3f7394c06
1 changed files with 1 additions and 1 deletions
|
@ -857,7 +857,7 @@ fn move_cipher_selected(data: JsonUpcase<MoveCipherData>, headers: Headers, conn
|
|||
nt.send_cipher_update(
|
||||
UpdateType::CipherUpdate,
|
||||
&cipher,
|
||||
&User::update_uuid_revision(&user_uuid, &conn),
|
||||
&vec![user_uuid.clone()]
|
||||
);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue