Authentication-Results: mail-b.sr.ht; dkim=pass header.d=emersion.fr header.i=@emersion.fr Received: from mail-4317.proton.ch (mail-4317.proton.ch [185.70.43.17]) by mail-b.sr.ht (Postfix) with ESMTPS id 84CEA11EF8D for <~emersion/public-inbox@lists.sr.ht>; Mon, 9 May 2022 16:00:40 +0000 (UTC) Date: Mon, 09 May 2022 16:00:34 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=emersion.fr; s=protonmail2; t=1652112038; bh=AkqOPLRR7W/bP0FpkFe/2NH6XUivJRRdZYpW8trDZPY=; h=Date:To:From:Cc:Reply-To:Subject:Message-ID:In-Reply-To: References:Feedback-ID:From:To:Cc:Date:Subject:Reply-To: Feedback-ID:Message-ID; b=ZHTsC1y0pGE1Nlxj54D/7hhHt8wzY7LXClfejoBXg/K83aVVkDd/bX4k9M2xZ3mHL enS1dTq7+9VTCw8HJXdQ07oEeTlQPaVmNwoAldde4WvADRfVO4VOxgfbqXlPtFayfN 0DiPogAUnbfmW3AjpJzJgDPKw6sXyn4Zb/KKTtYH/M67rDO1yCpzWeCygqRsurL8CR 2L/zojLHoj8FR27uW+GUYBfLh3WM2oQbKmmeqKNjWV0iDWJnM+Es+CsXpijcGqU9j/ sYA2OXR8vLv9QJYDxK2+WzkJklNzTjO/fT2Rfy5la3sFbluzNeg/Wxyx7Es5s1+Qe3 Kdj9+biT3weIA== To: ~xse From: Simon Ser Cc: ~emersion/public-inbox@lists.sr.ht Reply-To: Simon Ser Subject: Re: [PATCH gamja] components/connect-form: forward ping value Message-ID: In-Reply-To: <165195952730.4627.18223701380444413941-0@git.sr.ht> References: <165195952730.4627.18223701380444413941-0@git.sr.ht> Feedback-ID: 1358184:user:proton MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Good catch! One comment below. On Saturday, May 7th, 2022 at 23:25, ~xse wrote: > @@ -54,6 +56,7 @@ export default class ConnectForm extends Component { > =09=09=09realname: this.state.realname, > =09=09=09saslPlain: null, > =09=09=09autojoin: [], > +=09=09=09ping: this.state.ping, We shouldn't need to add this to the state, we should be able to directly u= se props.params.ping here.