mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-05-06 21:33:08 +00:00
fix(ChatRoom): add delete history impl
This commit is contained in:
parent
cea7ca8bb1
commit
af709ad4c9
1 changed files with 1 additions and 1 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue