mirror of
https://github.com/status-im/status-go.git
synced 2025-01-24 13:41:24 +00:00
[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…
x
Reference in New Issue
Block a user