Fix multirecipient sends
This commit is contained in:
@@ -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),
|
|
||||||
},
|
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user