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'}`,
|
urlParameters: `?ts=${timestamp}&online=${online ? 'true' : 'false'}`,
|
||||||
responseType: 'json',
|
responseType: 'json',
|
||||||
unauthenticated: true,
|
unauthenticated: true,
|
||||||
headers: {
|
accessKey: arrayBufferToBase64(accessKeys),
|
||||||
'Unidentified-Access-Key': arrayBufferToBase64(accessKeys),
|
|
||||||
},
|
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue