mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2025-01-22 18:21:39 +01:00
fix screwing up whitespace
This commit is contained in:
parent
05c2da95c4
commit
d36b9be24f
@ -212,7 +212,7 @@ export class Member {
|
|||||||
if (hangupReason && !errorCodesWithoutRetry.includes(hangupReason)) {
|
if (hangupReason && !errorCodesWithoutRetry.includes(hangupReason)) {
|
||||||
connection.retryCount += 1;
|
connection.retryCount += 1;
|
||||||
const {retryCount} = connection;
|
const {retryCount} = connection;
|
||||||
connection.logItem.wrap({l: "retry connection", retryCount}, async retryLog => {
|
connection.logItem.wrap({l: "retry connection", retryCount}, async retryLog => {
|
||||||
log.refDetached(retryLog);
|
log.refDetached(retryLog);
|
||||||
if (retryCount <= 3) {
|
if (retryCount <= 3) {
|
||||||
await this.callIfNeeded(retryLog);
|
await this.callIfNeeded(retryLog);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user