Changeset - 6ba5bdf44a3d
[Not reviewed]
0 1 0
HanzZ - 13 years ago 2012-03-23 13:09:24
hanzz.k@gmail.com
fixed typo
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
src/usermanager.cpp
Show inline comments
 
@@ -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();
 
	}
0 comments (0 inline, 0 general)