mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-29 00:27:27 -04:00
fixed adding friend with short invite
This commit is contained in:
parent
38434f2d55
commit
57a548531c
4 changed files with 34 additions and 25 deletions
|
@ -1360,6 +1360,8 @@ bool p3Peers::parseShortInvite(const std::string& inviteStrUrl, RsPeerDetails& d
|
|||
details.hasSignedMe = pgp_det.hasSignedMe;
|
||||
details.accept_connection = pgp_det.accept_connection;
|
||||
}
|
||||
else
|
||||
details.skip_signature_validation = true;
|
||||
|
||||
return ctx.mOk;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue