diff options
Diffstat (limited to 'Swift/Controllers/Chat/ChatsManager.cpp')
| -rw-r--r-- | Swift/Controllers/Chat/ChatsManager.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/Swift/Controllers/Chat/ChatsManager.cpp b/Swift/Controllers/Chat/ChatsManager.cpp index 1a69982..49caee4 100644 --- a/Swift/Controllers/Chat/ChatsManager.cpp +++ b/Swift/Controllers/Chat/ChatsManager.cpp @@ -917,7 +917,7 @@ void ChatsManager::handleIncomingMessage(boost::shared_ptr<Message> message) {  		// Do not bind a controller to a full JID, for delivery receipts or chat state notifications.  		bool bindControllerToJID = false;  		ChatState::ref chatState = message->getPayload<ChatState>(); -		if (!message->getBody().empty() || (chatState && chatState->getChatState() == ChatState::Composing)) { +		if (!message->getBody().get_value_or("").empty() || (chatState && chatState->getChatState() == ChatState::Composing)) {  			bindControllerToJID = true;  		} | 
 Swift
 Swift