Generate hash on avatar attachment bytes only
Co-authored-by: trevor-signal <131492920+trevor-signal@users.noreply.github.com>
This commit is contained in:
parent
65951fc306
commit
ac0e40fac4
1 changed files with 1 additions and 1 deletions
|
@ -146,7 +146,7 @@ export class ParseContactsTransform extends Transform {
|
|||
reader.pos,
|
||||
reader.pos + attachmentSize
|
||||
);
|
||||
const hash = computeHash(data);
|
||||
const hash = computeHash(avatarData);
|
||||
|
||||
const local =
|
||||
// eslint-disable-next-line no-await-in-loop
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue