[pairing] Do not mark contact as added on unblocking
This commit is contained in:
parent
4de912baba
commit
e77371d7d2
|
@ -70,7 +70,6 @@ func (c *Contact) Block() {
|
|||
|
||||
func (c *Contact) Unblock() {
|
||||
c.Blocked = false
|
||||
c.Added = true
|
||||
}
|
||||
|
||||
func (c *Contact) Remove() {
|
||||
|
|
Loading…
Reference in New Issue