diff --git a/src/core/core-chat-room.cpp b/src/core/core-chat-room.cpp index 1db4bc109..bb0bc95d7 100644 --- a/src/core/core-chat-room.cpp +++ b/src/core/core-chat-room.cpp @@ -195,6 +195,7 @@ shared_ptr Core::findOneToOneChatRoom ( // The only participant's address must match the participantAddress argument if ( localAddress == curLocalAddress && + ! chatRoom->getParticipants().empty() && participantAddress.getAddressWithoutGruu() == chatRoom->getParticipants().front()->getAddress() && (capabilities & ChatRoom::Capabilities::Conference) )