Merge branch 'trunk' of git.openprivacy.ca:cwtch.im/libcwtch-go into cwtch_refactor
continuous-integration/drone/pr Build is failing Details

This commit is contained in:
Sarah Jamie Lewis 2021-12-07 13:43:08 -08:00
commit 8e80dbaf78
1 changed files with 1 additions and 1 deletions

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