mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
Fix Mail for known Friend Request
No mail for unknown as we don't know where to send it.
This commit is contained in:
parent
71725f8be4
commit
2273a634a7
@ -597,7 +597,7 @@ void MessageComposer::addConnectAttemptMsg(const RsPgpId &gpgId, const RsPeerId
|
|||||||
// PGPId+SslId are always here. But if the peer is not a friend the SSL id cannot be used.
|
// PGPId+SslId are always here. But if the peer is not a friend the SSL id cannot be used.
|
||||||
// (todo) If the PGP id doesn't get us a PGP key from the keyring, we need to create a short invite
|
// (todo) If the PGP id doesn't get us a PGP key from the keyring, we need to create a short invite
|
||||||
|
|
||||||
RetroShareLink link = RetroShareLink::createUnknownSslCertificate(sslId);
|
RetroShareLink link = RetroShareLink::createUnknownSslCertificate(sslId, gpgId);
|
||||||
|
|
||||||
if (!link.valid())
|
if (!link.valid())
|
||||||
return;
|
return;
|
||||||
|
Loading…
Reference in New Issue
Block a user