fixed typo
This commit is contained in:
parent
9e430ea77d
commit
6ba5bdf44a
1 changed files with 1 additions and 1 deletions
|
@ -284,7 +284,7 @@ void UserManager::handleMessageReceived(Swift::Message::ref message) {
|
|||
user->getConversationManager()->handleMessageReceived(message);
|
||||
|
||||
// Do not count chatstate notification...
|
||||
boost::shared_ptr<Swift::ChatState> statePayload = msg->getPayload<Swift::ChatState>();
|
||||
boost::shared_ptr<Swift::ChatState> statePayload = message->getPayload<Swift::ChatState>();
|
||||
if (!statePayload) {
|
||||
messageToBackendSent();
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue