android: remove Tailcfg.Node.Created field (#722)

android:  remove TailCfg.Node.Created

fixed tailscale/corp#35019

The Created field is optional from the backend.  OSS changes
in 1.91/2 have removed this in some cases (notably, it no longer
appears when using Headscale).  It is unused in the client.

Signed-off-by: Jonathan Nobels <jonathan@tailscale.com>
main
Jonathan Nobels 2 weeks ago committed by GitHub
parent 207d15a909
commit 83178b2d8f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -79,7 +79,6 @@ class Tailcfg {
var AllowedIPs: List<Prefix>? = null,
var Endpoints: List<String>? = null,
var Hostinfo: Hostinfo,
var Created: Time,
var LastSeen: Time? = null,
var Online: Boolean? = null,
var Capabilities: List<String>? = null,

Loading…
Cancel
Save