mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-03 18:49:33 -04:00
Merge pull request #1987 from PhenomRetroShare/Fix_MessageSentTags
Fix Message Sent keeps Tags
This commit is contained in:
commit
93f7f4fdd6
1 changed files with 5 additions and 1 deletions
|
@ -1192,6 +1192,10 @@ bool p3MsgService::MessageSend(MessageInfo &info)
|
|||
|
||||
imsg[msg->msgId] = msg;
|
||||
|
||||
// Update info for caller
|
||||
info.msgId = std::to_string(msg->msgId);
|
||||
info .msgflags = msg->msgFlags;
|
||||
|
||||
RsServer::notify()->notifyListChange(NOTIFY_LIST_MESSAGELIST,NOTIFY_TYPE_ADD);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue