Removed useless param

This commit is contained in:
Sylvain Berfini 2018-02-01 13:39:44 +01:00
parent 8153806d34
commit 6a4eb317f4

View file

@ -488,7 +488,7 @@ LinphoneReason ChatMessagePrivate::receive () {
// Also remove current step so we go through all modifiers if message is re-sent
currentRecvStep = ChatMessagePrivate::Step::None;
setState(ChatMessage::State::Delivered, false);
setState(ChatMessage::State::Delivered);
if (errorCode <= 0) {
bool foundSupportContentType = false;