mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-02 06:06:10 -04:00
added code to transmit the sender GXS id in the message widget. Still need to make distant message links work
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7347 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
3de7357923
commit
a5d88d967e
5 changed files with 76 additions and 22 deletions
|
@ -748,6 +748,11 @@ bool p3MsgService::getMessage(const std::string &mId, MessageInfo &msg)
|
|||
|
||||
/* mit valid */
|
||||
initRsMI(mit->second, msg);
|
||||
|
||||
std::map<uint32_t, RsMsgSrcId*>::const_iterator it = mSrcIds.find(msgId) ;
|
||||
if(it != mSrcIds.end())
|
||||
msg.rsgxsid_srcId = RsGxsId(it->second->srcId) ;
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue