diff --git a/src/gui/filedetails/shareemodel.cpp b/src/gui/filedetails/shareemodel.cpp index 5aafbef977..4693da2972 100644 --- a/src/gui/filedetails/shareemodel.cpp +++ b/src/gui/filedetails/shareemodel.cpp @@ -219,7 +219,11 @@ void ShareeModel::shareesFetched(const QJsonDocument &reply) QVector newSharees; - const QStringList shareeTypes{"users", "groups", "emails", "remotes", "teams", "rooms", "lookup"}; + const QStringList shareeTypes{"users", "groups", "emails", "remotes", "circles", "rooms", "lookup"}; + /* + * this needs to remain as 'circles' because the server api is still promoting this + * parseShare is mapping each share by its share type later + */ const auto appendSharees = [this, &shareeTypes, &newSharees](const QJsonObject &data) { for (const auto &shareeType : shareeTypes) {