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

misc: remove incorrect error

EFETCH error should be given if libgit got an error, not upper
layer

Change-Id: Icdf08238573d435014e820cd63313a9d92381618
parent 9d1aa894
Branches
No related tags found
No related merge requests found
......@@ -588,10 +588,6 @@ ConversationModule::Impl::handlePendingConversation(const std::string& conversat
}
}
} catch (const std::exception& e) {
emitSignal<DRing::ConversationSignal::OnConversationError>(accountId_,
conversationId,
EFETCH,
e.what());
JAMI_WARN("Something went wrong when cloning conversation: %s", e.what());
}
erasePending();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment