Skip to content
Snippets Groups Projects
Commit 4a2fd81e authored by Ming Rui Zhang's avatar Ming Rui Zhang
Browse files

defaultModerator: fix contact picker for default moderator

Gitlab: #509

Change-Id: Iaaffd774c673a18029104977b0248705f8826118
parent 8871db49
No related branches found
No related tags found
No related merge requests found
......@@ -39,6 +39,8 @@ SmartListModel::SmartListModel(QObject* parent,
{
if (listModelType_ == Type::CONFERENCE) {
setConferenceableFilter();
} else if (listModelType_ == Type::CONVERSATION) {
fillConversationsList();
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment