mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-22 04:55:48 +03:00
Parse sharees 'lookup' key to include federated sharees.
Signed-off-by: alex-z <blackslayer4@gmail.com>
This commit is contained in:
parent
984688eb92
commit
6bb0640988
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue