Generate hash on avatar attachment bytes only
This commit is contained in:
parent
a3e8634996
commit
1d199cfff6
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
Reference in a new issue