diff options
Diffstat (limited to 'Swift/Controllers/Chat/ChatController.cpp')
| -rw-r--r-- | Swift/Controllers/Chat/ChatController.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/Swift/Controllers/Chat/ChatController.cpp b/Swift/Controllers/Chat/ChatController.cpp index 65d65a6..2367761 100644 --- a/Swift/Controllers/Chat/ChatController.cpp +++ b/Swift/Controllers/Chat/ChatController.cpp @@ -479,5 +479,5 @@ void ChatController::handlePresenceChange(boost::shared_ptr<Presence> newPresenc  	if (newStatusChangeString != lastStatusChangeString_) {  		if (lastWasPresence_) { -			chatWindow_->replaceLastMessage(chatMessageParser_->parseMessageBody(newStatusChangeString)); +			chatWindow_->replaceLastMessage(chatMessageParser_->parseMessageBody(newStatusChangeString), ChatWindow::UpdateTimestamp);  		} else {  			chatWindow_->addPresenceMessage(chatMessageParser_->parseMessageBody(newStatusChangeString), ChatWindow::DefaultDirection);  | 
 Swift