mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-05-07 05:53:06 +00:00
Fixed fetch body of contents
This commit is contained in:
parent
88dbfba40b
commit
140a277410
1 changed files with 1 additions and 1 deletions
|
|
@ -453,7 +453,7 @@ MainDb::MainDb (const shared_ptr<Core> &core) : AbstractDb(*new MainDbPrivate),
|
|||
content = new Content();
|
||||
|
||||
content->setContentType(contentType);
|
||||
content->setBody(row.get<string>(2));
|
||||
content->setBody(row.get<string>(3));
|
||||
chatMessage->addContent(*content);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue