[pairing] Do not mark contact as added on unblocking

This commit is contained in:
Roman Volosovskyi 2021-10-05 14:41:54 +03:00
parent 4de912baba
commit e77371d7d2
No known key found for this signature in database
GPG Key ID: 0238A4B5ECEE70DE
2 changed files with 1 additions and 2 deletions

View File

@ -1 +1 @@
0.89.7
0.89.8

View File

@ -70,7 +70,6 @@ func (c *Contact) Block() {
func (c *Contact) Unblock() {
c.Blocked = false
c.Added = true
}
func (c *Contact) Remove() {