Poll for preview on room creation

pull/1576/head
Audric Ackermann 4 years ago
parent 8b1826bdec
commit 4547afd97f
No known key found for this signature in database
GPG Key ID: 999F434D76324AD4

@ -95,6 +95,12 @@ export class OpenGroupServerPoller {
this.pollForAllMemberCount,
pollForMemberCountInterval
);
if (this.roomIdsToPoll.size) {
void this.compactPoll();
void this.previewPerRoomPoll();
void this.pollForAllMemberCount();
}
}
/**

@ -443,7 +443,7 @@ const sendOnionRequest = async (
const guardUrl = `https://${nodePath[0].ip}:${nodePath[0].port}${target}`;
// no logs for that one as we do need to call insecureNodeFetch to our guardNode
// window.log.info('insecureNodeFetch => plaintext for sendOnionRequest');
console.warn('sendViaOnion payload: ', payload.length);
// console.warn('sendViaOnion payload: ', payload.length);
const response = await insecureNodeFetch(guardUrl, guardFetchOptions);
return processOnionResponse(reqIdx, response, destCtx.symmetricKey, false, abortSignal);

Loading…
Cancel
Save