mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-01-14 00:49:41 -05:00
Merge pull request #2165 from PhenomRetroShare/Fix_MailFriendRequest
Fix Mail for known Friend Request
This commit is contained in:
commit
f93d19f4bc
@ -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.
|
||||
// (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())
|
||||
return;
|
||||
|
Loading…
Reference in New Issue
Block a user