store in db when updating chat message app data

This commit is contained in:
Benjamin Reis 2017-12-18 15:14:06 +01:00
parent 7811dfa376
commit a3325dbd4f

View file

@ -203,6 +203,7 @@ void ChatMessagePrivate::setAppdata (const string &data) {
break;
}
}
store();
}
const string &ChatMessagePrivate::getExternalBodyUrl () const {