Fixes several bugs

This commit is contained in:
Scott Nonnenberg 2020-08-04 18:13:19 -07:00 committed by GitHub
parent 7eabdffcd0
commit 57308d3104
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 164 additions and 84 deletions

View file

@ -636,6 +636,8 @@ export class ConversationController {
await Promise.all(
this._conversations.map(async conversation => {
conversation.generateProps();
if (!conversation.get('lastMessage')) {
await conversation.updateLastMessage();
}