diff --git a/src/smartlistmodel.cpp b/src/smartlistmodel.cpp index 85b4f453..01ba06c9 100644 --- a/src/smartlistmodel.cpp +++ b/src/smartlistmodel.cpp @@ -39,6 +39,8 @@ SmartListModel::SmartListModel(QObject* parent, { if (listModelType_ == Type::CONFERENCE) { setConferenceableFilter(); + } else if (listModelType_ == Type::CONVERSATION) { + fillConversationsList(); } }