diff --git a/clientapi/threepid/invites.go b/clientapi/threepid/invites.go index c371005f5..4d5d992f2 100644 --- a/clientapi/threepid/invites.go +++ b/clientapi/threepid/invites.go @@ -232,7 +232,7 @@ func queryIDServerStoreInvite( customTransport.TLSClientConfig = &tls.Config{InsecureSkipVerify: true} client = http.Client{ Transport: customTransport, - Timeout: time.Second * 30, + Timeout: time.Second * 30, } }