mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-20 12:24:24 -04:00
Merge pull request #2381 from PhenomRetroShare/Fix_BroadcastHistoryRestore
Fix Name in Broadcast history restore.
This commit is contained in:
commit
2f793b3de1
1 changed files with 1 additions and 1 deletions
|
@ -403,7 +403,7 @@ void ChatWidget::init(const ChatId &chat_id, const QString &title)
|
||||||
continue;
|
continue;
|
||||||
|
|
||||||
QString name;
|
QString name;
|
||||||
if (chatId.isLobbyId() || chatId.isDistantChatId() || chatId.isPeerId())
|
if (!chatId.isNotSet())
|
||||||
{
|
{
|
||||||
RsIdentityDetails details;
|
RsIdentityDetails details;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue