mirror of
https://github.com/savoirfairelinux/jami-client-qt.git
synced 2026-01-04 11:03:06 +08:00
ongoingcall: show chatview when receiving new interaction
Change-Id: I97c5f42ab622bb87666203a251915dbbb5b5d84d GitLab: #429
This commit is contained in:
committed by
Andreas Traczyk
parent
4363917140
commit
e8edb15350
@@ -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 (...) {
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user