Skip to content
Snippets Groups Projects
Commit f672901a authored by Josh Brooks's avatar Josh Brooks
Browse files

Add conversation deletion

parent f062f8d3
No related branches found
No related tags found
1 merge request!23Release
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment