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

Fix DeletePartner calling Ratchet.DeletePartner bug in e2e/manager

parent e52bf7bf
No related branches found
No related tags found
1 merge request!510Release
...@@ -241,8 +241,7 @@ func (m *manager) DeletePartner(partnerId *id.ID) error { ...@@ -241,8 +241,7 @@ func (m *manager) DeletePartner(partnerId *id.ID) error {
} }
m.DeletePartnerCallbacks(partnerId) m.DeletePartnerCallbacks(partnerId)
return nil
return m.Ratchet.DeletePartner(partnerId)
} }
// DeletePartnerNotify removes the contact associated with the partnerId // DeletePartnerNotify removes the contact associated with the partnerId
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment