bugfix by H.Morgan to allow big---split---messages to bounce correctly in lobbies

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6599 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
csoler 2013-08-23 20:29:55 +00:00
parent fe14b2c469
commit 1273e8179f

View File

@ -658,6 +658,7 @@ bool p3ChatService::locked_checkAndRebuildPartialMessage(RsChatLobbyMsgItem *ci)
ci->chatFlags = flags ; ci->chatFlags = flags ;
ci->message = msg ; ci->message = msg ;
ci->chatFlags &= ~RS_CHAT_FLAG_PARTIAL_MESSAGE ; // remove partial flag form message.
return true ; return true ;
} }