Generate mediaName for backed-up attachments

This commit is contained in:
trevor-signal 2024-03-06 13:15:10 -05:00 committed by GitHub
parent db623d13b2
commit cf381cd46c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 171 additions and 2 deletions

View file

@ -525,7 +525,7 @@ export async function addPlaintextHashToAttachment(
};
}
async function getPlaintextHashForAttachmentOnDisk(
export async function getPlaintextHashForAttachmentOnDisk(
absolutePath: string
): Promise<string | undefined> {
let readFd;