Skip to content

Commit

Permalink
fix old method name
Browse files Browse the repository at this point in the history
  • Loading branch information
kibibytium committed Dec 9, 2024
1 parent 460583d commit 414e560
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/node-mimimi/src/importer/importable_mail.rs
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ impl ImportableMailAttachment {
let reference_tokens = essentials
.logged_in_sdk
.blob_facade()
.encrypt_and_upload(
.encrypt_and_upload_single_legacy(
ArchiveDataType::Attachments,
&essentials.target_owner_group,
&session_key_for_file,
Expand Down

0 comments on commit 414e560

Please sign in to comment.