Skip to content

Commit

Permalink
[jabber] Fixed processing of messages with ChatState inside in MUC
Browse files Browse the repository at this point in the history
  • Loading branch information
nico-izo committed Aug 2, 2015
1 parent dd835c2 commit 951bc47
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -525,7 +525,8 @@ void JMUCSession::onMessage(Jreen::Message msg, bool priv)
// for others we don't have neither api, nor icons
user->setChatState(qutim_sdk_0_3::ChatUnit::ChatStateGone);
}
return;
if(msg.body().isEmpty())
return;
}

d->lastMessage = QDateTime::currentDateTime();
Expand Down

0 comments on commit 951bc47

Please sign in to comment.