mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-11-30 04:16:40 -05:00
removed member gxs_id from ChatId class, because ChatId now uses tunnel ids stored in distant_chat_id for distant chat.
reverted naming confusion in in libresapi ChatHandler and fixed author of distant chat messages (distant chat is still unfinished)
This commit is contained in:
parent
0ac76d621e
commit
7cd880e1e4
9 changed files with 43 additions and 55 deletions
|
|
@ -88,11 +88,9 @@ void MsgItem::updateItemStatic()
|
|||
/* get peer Id */
|
||||
|
||||
if(mi.msgflags & RS_MSG_SIGNED)
|
||||
mPeerId = ChatId(mi.rsgxsid_srcId);
|
||||
avatar->setGxsId(mi.rsgxsid_srcId);
|
||||
else
|
||||
mPeerId = ChatId(mi.rspeerid_srcId);
|
||||
|
||||
avatar->setId(mPeerId);
|
||||
avatar->setId(ChatId(mi.rspeerid_srcId));
|
||||
|
||||
QString title;
|
||||
QString srcName;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue