Merge pull request #2165 from PhenomRetroShare/Fix_MailFriendRequest

Fix Mail for known Friend Request
This commit is contained in:
defnax 2020-12-16 11:08:11 +01:00 committed by GitHub
commit f93d19f4bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;