Spiegel von
https://github.com/dani-garcia/vaultwarden.git
synchronisiert 2024-11-16 04:12:53 +01:00
Move around comments
Dieser Commit ist enthalten in:
Ursprung
8263bdd21d
Commit
fc5928772b
1 geänderte Dateien mit 1 neuen und 2 gelöschten Zeilen
|
@ -214,7 +214,6 @@ pub struct CipherData {
|
||||||
Identity = 4
|
Identity = 4
|
||||||
*/
|
*/
|
||||||
pub Type: i32,
|
pub Type: i32,
|
||||||
// TODO: Change this to NumberOrString
|
|
||||||
pub Name: String,
|
pub Name: String,
|
||||||
Notes: Option<String>,
|
Notes: Option<String>,
|
||||||
Fields: Option<Value>,
|
Fields: Option<Value>,
|
||||||
|
@ -231,9 +230,9 @@ pub struct CipherData {
|
||||||
PasswordHistory: Option<Value>,
|
PasswordHistory: Option<Value>,
|
||||||
|
|
||||||
// These are used during key rotation
|
// These are used during key rotation
|
||||||
|
// 'Attachments' is unused, contains map of {id: filename}
|
||||||
#[serde(rename = "Attachments")]
|
#[serde(rename = "Attachments")]
|
||||||
_Attachments: Option<Value>,
|
_Attachments: Option<Value>,
|
||||||
// Unused, contains map of {id: filename}
|
|
||||||
Attachments2: Option<HashMap<String, Attachments2Data>>,
|
Attachments2: Option<HashMap<String, Attachments2Data>>,
|
||||||
|
|
||||||
// The revision datetime (in ISO 8601 format) of the client's local copy
|
// The revision datetime (in ISO 8601 format) of the client's local copy
|
||||||
|
|
Laden …
In neuem Issue referenzieren