ongoingcall: show chatview when receiving new interaction

Change-Id: I97c5f42ab622bb87666203a251915dbbb5b5d84d
GitLab: #429
This commit is contained in:
Sébastien Blin
2021-05-20 16:56:33 -04:00
committed by Andreas Traczyk
parent 4363917140
commit e8edb15350
3 changed files with 18 additions and 0 deletions

View File

@@ -487,6 +487,7 @@ MessagesAdapter::newInteraction(const QString& accountId,
auto& convModel = accountInfo.conversationModel;
convModel->clearUnreadInteractions(convUid);
printNewInteraction(*convModel, interactionId, interaction);
Q_EMIT newInteraction(static_cast<int>(interaction.type));
} catch (...) {
}
}