Skip to content
Snippets Groups Projects
Commit 459e58a6 authored by Sébastien Blin's avatar Sébastien Blin
Browse files

conversation_module: fix remove on replay

When a trust request is confirmed with an old conversationId, new
messages will be transferred and the conversation will be replaced
to avoid duplicates.
However, because erasePending() wasn't used after a lock, the
removal was failing with "operation not permitted" causing a duplicate
to stay.
A test is added to avoid any further regression.

Change-Id: Ic0fd960005a064ddd7b410f014f67d9125e50446
parent 85549fce
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment