diff --git a/api/client.go b/api/client.go index 5067b29f1eef7ecb8679425269f5b9027f472b3c..5512d33f665539fad95d62543db7e3e829485e8f 100644 --- a/api/client.go +++ b/api/client.go @@ -550,7 +550,7 @@ func (c *Client) DeleteContact(partnerId *id.ID) error { if err := c.storage.Auth().Delete(partnerId); err != nil { return err } - + c.storage.Conversations().Delete(partnerId) // todo: find a way to clean partition up? //c.storage.Partition().Clean() return nil