Merge branch 'alpha-bug' of cwtch.im/ui into master

This commit is contained in:
Dan Ballard 2019-02-14 19:35:41 +00:00 committed by Gogs
commit 4be9a49f7c
1 changed files with 1 additions and 0 deletions

View File

@ -40,6 +40,7 @@ func PresencePoller(getContact func(string) *gobjects.Contact, addContact func(c
cxnState, found := the.Peer.GetPeers()[contacts[i]]
if !found {
the.Peer.PeerWithOnion(contacts[i])
c2 := getContact(contacts[i])
if c2 != nil && c2.Status != -2 {
c2.Status = -2