mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
allow Dist msgs for friends with all locations lost
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6839 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
7ba1827b4c
commit
be2c8807c3
@ -1632,7 +1632,7 @@ void MessageComposer::addRecipient(enumType type, const std::string &id, bool gr
|
||||
|
||||
if (detail.isOnlyGPGdetail)
|
||||
{
|
||||
if(!rsPeers->getAssociatedSSLIds(id, sslIds))
|
||||
if( (!rsPeers->getAssociatedSSLIds(id, sslIds)) || sslIds.empty())
|
||||
{
|
||||
std::string hash ;
|
||||
if(rsMsgs->getDistantMessageHash(id,hash))
|
||||
|
Loading…
Reference in New Issue
Block a user