diff --git a/src/recentmodel.cpp b/src/recentmodel.cpp index d3d86ec41b48958b2d3f08dcbdbec1fc048a5e9a..7de50b621777d06d9b7b3e42d26550a1096c48f3 100644 --- a/src/recentmodel.cpp +++ b/src/recentmodel.cpp @@ -1251,8 +1251,10 @@ PeopleProxy::filterAcceptsRow(int sourceRow, const QModelIndex & sourceParent) c return filterFunction(cm); } - // top nodes are only of type Person or ContactMethod case Ring::ObjectType::Call: + return true; + + // top nodes are only of type Person, ContactMethod or Call case Ring::ObjectType::Media: case Ring::ObjectType::Certificate: case Ring::ObjectType::ContactRequest: