mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-25 06:40:58 -04:00
added a "show author in People" function in mails
This commit is contained in:
parent
ca50944ddf
commit
3b6bac2d9b
3 changed files with 46 additions and 2 deletions
|
@ -852,7 +852,7 @@ bool p3MsgService::getMessage(const std::string &mId, MessageInfo &msg)
|
|||
|
||||
std::map<uint32_t, RsMsgSrcId*>::const_iterator it = mSrcIds.find(msgId) ;
|
||||
if(it != mSrcIds.end())
|
||||
msg.rsgxsid_srcId = RsGxsId(it->second->srcId) ;
|
||||
msg.rsgxsid_srcId = RsGxsId(it->second->srcId) ; // (cyril) this is a hack. Not good. I'm not removing it because it may have consequences, but I dont like this.
|
||||
|
||||
return true;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue