1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-15 07:54:55 +00:00

WIP respond to Claude & add tests

This commit is contained in:
John Harrington
2025-12-29 19:05:43 -07:00
parent e2659d6b35
commit 705bc2b730
5 changed files with 790 additions and 4 deletions

View File

@@ -150,6 +150,7 @@ export class SendCreateCommand {
encSend.deletionDate = sendView.deletionDate;
encSend.expirationDate = sendView.expirationDate;
encSend.emails = emails && emails.join(",");
encSend.authType = req.authType;
await this.sendApiService.save([encSend, fileData]);
const newSend = await this.sendService.getFromState(encSend.id);