From 4a2fd81e19b3e339ea61c87633a16ec37b5a07e6 Mon Sep 17 00:00:00 2001 From: Ming Rui Zhang <mingrui.zhang@savoirfairelinux.com> Date: Mon, 30 Aug 2021 10:54:51 -0400 Subject: [PATCH] defaultModerator: fix contact picker for default moderator Gitlab: #509 Change-Id: Iaaffd774c673a18029104977b0248705f8826118 --- src/smartlistmodel.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/smartlistmodel.cpp b/src/smartlistmodel.cpp index 85b4f4535..01ba06c95 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(); } } -- GitLab