mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-05-06 21:33:08 +00:00
Removed useless param
This commit is contained in:
parent
8153806d34
commit
6a4eb317f4
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue