Project 'savoirfairelinux/ring-daemon' was moved to 'savoirfairelinux/jami-daemon'. Please update any links and bookmarks that may still have the old path.
Invalid contact state for second trust request
Reproduce steps
- receive trust request
- Accept trust request
- Remove conversation
- Re-receive trust request
- discardFromPending() return false, because the contact is not a pending one.
Expected result
- When receiving a new message from a discarded contact, it should be considered as a pending contact and
discardFromPending
should work as expected