Skip to content

Commit e46fc65

Browse files
committed
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 <[email protected]> (cherry picked from commit 83178b2)
1 parent 925ac2f commit e46fc65

File tree

1 file changed

+0
-1
lines changed
  • android/src/main/java/com/tailscale/ipn/ui/model

1 file changed

+0
-1
lines changed

android/src/main/java/com/tailscale/ipn/ui/model/TailCfg.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@ class Tailcfg {
7979
var AllowedIPs: List<Prefix>? = null,
8080
var Endpoints: List<String>? = null,
8181
var Hostinfo: Hostinfo,
82-
var Created: Time,
8382
var LastSeen: Time? = null,
8483
var Online: Boolean? = null,
8584
var Capabilities: List<String>? = null,

0 commit comments

Comments
 (0)