android: treat Tailcft.Node.Created field as optional

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>
pull/722/head
Jonathan Nobels 3 weeks ago
parent 207d15a909
commit 93b7675142

@ -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