rename newUnreadMessage to newInteraction

- following lrc modification.

Change-Id: I6710bf59c2b1213c6b1a92b9ddc71d8528f9b7a2
Reviewed-by: Anthony Léonard <anthony.leonard@savoirfairelinux.com>
diff --git a/src/currentcallview.cpp b/src/currentcallview.cpp
index a658dd4..86e926d 100644
--- a/src/currentcallview.cpp
+++ b/src/currentcallview.cpp
@@ -672,7 +672,7 @@
 
     new_message_connection = QObject::connect(
         &*accountContainer->info.conversationModel,
-        &lrc::api::ConversationModel::newUnreadMessage,
+        &lrc::api::ConversationModel::newInteraction,
         [this] (const std::string& uid, uint64_t msgId, lrc::api::interaction::Info msg) {
             Q_UNUSED(uid)
             Q_UNUSED(msgId)