diff --git a/retroshare-gui/src/gui/chat/PopupDistantChatDialog.cpp b/retroshare-gui/src/gui/chat/PopupDistantChatDialog.cpp index b784189d6..22840ef9c 100644 --- a/retroshare-gui/src/gui/chat/PopupDistantChatDialog.cpp +++ b/retroshare-gui/src/gui/chat/PopupDistantChatDialog.cpp @@ -124,6 +124,8 @@ void PopupDistantChatDialog::handleEvent_main_thread(std::shared_ptrsetToolTip(msg); getChatWidget()->updateStatusString("%1", msg, true); getChatWidget()->blockSending(tr( "The distant peer refuses distant chat." )); + getChatWidget()->addChatMsg(true, tr("Chat status"), QDateTime::currentDateTime(), QDateTime::currentDateTime() + , tr("The distant peer refuses distant chat."), ChatWidget::MSGTYPE_SYSTEM); setPeerStatus(RsStatusValue::RS_STATUS_OFFLINE); break ;