Fix multirecipient sends
This commit is contained in:
parent
cc5da98565
commit
669005ace7
1 changed files with 1 additions and 3 deletions
|
@ -1799,9 +1799,7 @@ export function initialize({
|
|||
urlParameters: `?ts=${timestamp}&online=${online ? 'true' : 'false'}`,
|
||||
responseType: 'json',
|
||||
unauthenticated: true,
|
||||
headers: {
|
||||
'Unidentified-Access-Key': arrayBufferToBase64(accessKeys),
|
||||
},
|
||||
accessKey: arrayBufferToBase64(accessKeys),
|
||||
});
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue