1
0
Fork 1
Spiegel von https://github.com/dani-garcia/vaultwarden.git synchronisiert 2024-06-30 19:24:42 +02:00

Do not update revision at the end, as we already did that

Dieser Commit ist enthalten in:
Miroslav Prasil 2019-02-05 14:09:59 +00:00
Ursprung 1a5ecd4d4a
Commit b3f7394c06

Datei anzeigen

@ -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()]
);
}