mirror of
https://github.com/nextcloud/desktop.git
synced 2025-10-26 11:17:43 +00:00
Merge pull request #5613 from nextcloud/bugfix/sharees-parse-lookup
Parse sharees 'lookup' key to include federated sharees.
This commit is contained in:
commit
8ef21545f5
@ -228,7 +228,7 @@ void ShareeModel::shareesFetched(const QJsonDocument &reply)
|
||||
|
||||
QVector<ShareePtr> newSharees;
|
||||
|
||||
const QStringList shareeTypes {"users", "groups", "emails", "remotes", "circles", "rooms"};
|
||||
const QStringList shareeTypes{"users", "groups", "emails", "remotes", "circles", "rooms", "lookup"};
|
||||
|
||||
const auto appendSharees = [this, &shareeTypes, &newSharees](const QJsonObject &data) {
|
||||
for (const auto &shareeType : shareeTypes) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user