mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-19 14:30:43 -04:00
Changed the recommendation of friends from person link to certificate link.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4838 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
ecf49d0e14
commit
cb9111ad88
3 changed files with 40 additions and 27 deletions
|
@ -48,7 +48,7 @@ public:
|
|||
~MessageComposer();
|
||||
|
||||
static void msgFriend(std::string id, bool group);
|
||||
static void recommendFriend(std::list <std::string> &peerids);
|
||||
static void recommendFriend(std::list <std::string> &sslIds);
|
||||
|
||||
static MessageComposer *newMsg(const std::string &msgId = "");
|
||||
static MessageComposer *replyMsg(const std::string &msgId, bool all);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue