mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-05-15 16:13:55 +00:00
Add support for hiding the sender's email address in Bitwarden Sends
Note: The original Vaultwarden implementation of Bitwarden Send would always hide the email address, while the upstream implementation would always show it. Upstream PR: https://github.com/bitwarden/server/pull/1234
This commit is contained in:
parent
e9ee8ac2fa
commit
d3449bfa00
11 changed files with 34 additions and 2 deletions
|
@ -0,0 +1,2 @@
|
|||
ALTER TABLE sends
|
||||
ADD COLUMN hide_email BOOLEAN;
|
Loading…
Add table
Add a link
Reference in a new issue