store fix + add peer invitationPending Check
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
@ -85,6 +85,13 @@ func (p *Peer) GetContact() *meowlib.ContactCard {
|
||||
return &c
|
||||
}
|
||||
|
||||
func (p *Peer) InvitationPending() bool {
|
||||
if p.ContactPublicKey == "" {
|
||||
return true
|
||||
}
|
||||
return false
|
||||
}
|
||||
|
||||
//
|
||||
// Messages building
|
||||
//
|
||||
|
Reference in New Issue
Block a user