Generate mediaName for backed-up attachments
This commit is contained in:
parent
db623d13b2
commit
cf381cd46c
4 changed files with 171 additions and 2 deletions
|
@ -525,7 +525,7 @@ export async function addPlaintextHashToAttachment(
|
|||
};
|
||||
}
|
||||
|
||||
async function getPlaintextHashForAttachmentOnDisk(
|
||||
export async function getPlaintextHashForAttachmentOnDisk(
|
||||
absolutePath: string
|
||||
): Promise<string | undefined> {
|
||||
let readFd;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue