From 017f2886b33f07efc289c2b25d86179575bd5c83 Mon Sep 17 00:00:00 2001 From: Phenom Date: Tue, 16 Mar 2021 11:00:18 +0100 Subject: [PATCH] Fix Name in Broadcast history restore. --- retroshare-gui/src/gui/chat/ChatWidget.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/retroshare-gui/src/gui/chat/ChatWidget.cpp b/retroshare-gui/src/gui/chat/ChatWidget.cpp index 331aed893..e330f49d3 100644 --- a/retroshare-gui/src/gui/chat/ChatWidget.cpp +++ b/retroshare-gui/src/gui/chat/ChatWidget.cpp @@ -403,7 +403,7 @@ void ChatWidget::init(const ChatId &chat_id, const QString &title) continue; QString name; - if (chatId.isLobbyId() || chatId.isDistantChatId() || chatId.isPeerId()) + if (!chatId.isNotSet()) { RsIdentityDetails details;