libCwtch-go changes for storage engine refactor and profile api changes #47

Merged
sarah merged 14 commits from cwtch_refactor into trunk 2021-12-08 00:44:03 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 8e80dbaf78 - Show all commits

View File

@ -60,4 +60,4 @@ func (gf *GroupFunctionality) GetServerInfo(serverOnion string, profile peer.Cwt
}
}
return Server{Onion: serverOnion, Status: connections.ConnectionStateName[profile.GetPeerState(serverInfo.Handle)], Keys: serverKeys}
}
}