mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-20 15:00:36 -04:00
Merge pull request #2165 from PhenomRetroShare/Fix_MailFriendRequest
Fix Mail for known Friend Request
This commit is contained in:
commit
f93d19f4bc
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue