Merge pull request #1689 from jjlin/hide-email

Add support for hiding the sender's email address in Bitwarden Sends
This commit is contained in:
Daniel García
2021-05-12 23:05:53 +02:00
committed by GitHub
12 changed files with 89 additions and 2 deletions

View File

@@ -123,6 +123,7 @@ table! {
expiration_date -> Nullable<Timestamp>,
deletion_date -> Timestamp,
disabled -> Bool,
hide_email -> Nullable<Bool>,
}
}