mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-12-15 08:39:08 -05:00
fix merge
This commit is contained in:
parent
3d2c1f5b2b
commit
c3bf06692e
1 changed files with 1 additions and 1 deletions
|
|
@ -1835,7 +1835,7 @@ static void processList(const QStringList &list, const QString &textSingular, co
|
|||
}
|
||||
else
|
||||
{
|
||||
ChatDialog* chatDialog = ChatDialog::getChat(chatId, Settings->getChatFlags());
|
||||
ChatDialog* chatDialog = ChatDialog::getChat(chatId, (RsChatFlags)Settings->getChatFlags());
|
||||
if (chatDialog) {
|
||||
chatroomFound.append(link.name());
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue