start through server invitation process

This commit is contained in:
ycc
2023-08-29 23:40:19 +02:00
parent 9d5ba42dfc
commit 4a009b69eb
2 changed files with 71 additions and 0 deletions

View File

@ -31,6 +31,7 @@ type Identity struct {
OwnedDevices PeerList `json:"owned_devices,omitempty"`
StaticMtkServerPaths []InternalServerList `json:"static_mtk_server_paths,omitempty"`
DynamicMtkServeRules []string `json:"dynamic_mtk_serve_rules,omitempty"`
InvitationTimeout int `json:"invitation_timeout,omitempty"`
unlockedHiddenPeers PeerList
}