Fix Message Sent keeps Tags

This commit is contained in:
Phenom 2020-05-30 18:19:43 +02:00
parent 6b786b3604
commit d256595aa7

View File

@ -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);
}