mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-11-30 20:36:36 -05:00
Fix Chat History Browser
This commit is contained in:
parent
0e38f4870f
commit
d78316cbd2
3 changed files with 12 additions and 14 deletions
|
|
@ -403,7 +403,7 @@ void ChatWidget::init(const ChatId &chat_id, const QString &title)
|
|||
continue;
|
||||
|
||||
QString name;
|
||||
if (chatId.isLobbyId() || chatId.isDistantChatId())
|
||||
if (chatId.isLobbyId() || chatId.isDistantChatId() || chatId.isPeerId())
|
||||
{
|
||||
RsIdentityDetails details;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue