fix(ChatRoom): add delete history impl

This commit is contained in:
Ronan Abhamon 2017-11-30 10:18:12 +01:00
parent cea7ca8bb1
commit af709ad4c9

View file

@ -380,7 +380,7 @@ shared_ptr<ChatMessage> ChatRoom::createMessage () {
}
void ChatRoom::deleteHistory () {
// TODO: history.
getCore()->getPrivate()->mainDb->cleanHistory(getChatRoomId());
}
shared_ptr<ChatMessage> ChatRoom::findMessage (const string &messageId) {