fixed bug preventing save of routage info in distant messaging

This commit is contained in:
csoler 2016-01-31 20:27:53 -05:00
parent a85b5d2fab
commit aa194caea3
3 changed files with 24 additions and 13 deletions

View file

@ -2032,6 +2032,7 @@ void p3MsgService::sendDistantMsgItem(RsMsgItem *msgitem)
RS_STACK_MUTEX(mMsgMtx) ;
_ongoing_messages[grouter_message_id] = msgitem->msgId ;
}
IndicateConfigChanged(); // save _ongoing_messages
}