From b934e6b0fdcc56f2cca1cca9ebce289cebaaafa2 Mon Sep 17 00:00:00 2001 From: Xavier Del Campo Romero Date: Tue, 3 Feb 2026 23:06:44 +0100 Subject: Replace ConversationModel with ListModel --- yc.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'yc.cpp') diff --git a/yc.cpp b/yc.cpp index 08bcb31..94798f6 100644 --- a/yc.cpp +++ b/yc.cpp @@ -159,7 +159,7 @@ void Yc::retrieveConversations() new Conversation(db.jid, conv.to, ui.conversations_list, conv.last_msg, conv.dt); #else - emit newConversation(conv.to); + emit newConversation(db.jid, conv.to, conv.last_msg); #endif } } -- cgit v1.2.3