From b3f7394c06f78fd0019947d6d82f21fedd7a7db5 Mon Sep 17 00:00:00 2001 From: Miroslav Prasil Date: Tue, 5 Feb 2019 14:09:59 +0000 Subject: [PATCH] Do not update revision at the end, as we already did that --- src/api/core/ciphers.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api/core/ciphers.rs b/src/api/core/ciphers.rs index 0db705e5..ab6a321d 100644 --- a/src/api/core/ciphers.rs +++ b/src/api/core/ciphers.rs @@ -857,7 +857,7 @@ fn move_cipher_selected(data: JsonUpcase, headers: Headers, conn nt.send_cipher_update( UpdateType::CipherUpdate, &cipher, - &User::update_uuid_revision(&user_uuid, &conn), + &vec![user_uuid.clone()] ); }