Fix multirecipient sends

This commit is contained in:
Fedor Indutny 2021-08-06 12:19:00 -07:00 committed by GitHub
parent cc5da98565
commit 669005ace7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1799,9 +1799,7 @@ export function initialize({
urlParameters: `?ts=${timestamp}&online=${online ? 'true' : 'false'}`, urlParameters: `?ts=${timestamp}&online=${online ? 'true' : 'false'}`,
responseType: 'json', responseType: 'json',
unauthenticated: true, unauthenticated: true,
headers: { accessKey: arrayBufferToBase64(accessKeys),
'Unidentified-Access-Key': arrayBufferToBase64(accessKeys),
},
}); });
} }