|
|
@ -695,7 +695,7 @@ export const TEST_getMinTimeout = () => 500;
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
// tslint:disable-next-line: max-func-body-length
|
|
|
|
// tslint:disable-next-line: max-func-body-length
|
|
|
|
export const networkDeleteMessages = async (
|
|
|
|
export const networkDeleteMessages = async (
|
|
|
|
hashes: Array<string>,
|
|
|
|
hashes: Array<string>
|
|
|
|
): Promise<Array<string> | null> => {
|
|
|
|
): Promise<Array<string> | null> => {
|
|
|
|
const sodium = await getSodium();
|
|
|
|
const sodium = await getSodium();
|
|
|
|
const userX25519PublicKey = UserUtils.getOurPubKeyStrFromCache();
|
|
|
|
const userX25519PublicKey = UserUtils.getOurPubKeyStrFromCache();
|
|
|
|