mirror of
https://github.com/nextcloud/desktop.git
synced 2024-12-19 12:22:16 +03:00
Also fetch shared with me share on target path
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
This commit is contained in:
parent
4fdac399f0
commit
a72f23a4d3
1 changed files with 1 additions and 0 deletions
|
@ -34,6 +34,7 @@ void OcsShareJob::getShares(const QString &path, const QMap<QString, QString> &p
|
||||||
|
|
||||||
addParam(QString::fromLatin1("path"), path);
|
addParam(QString::fromLatin1("path"), path);
|
||||||
addParam(QString::fromLatin1("reshares"), QString("true"));
|
addParam(QString::fromLatin1("reshares"), QString("true"));
|
||||||
|
addParam("shared_with_me", "true");
|
||||||
|
|
||||||
for (auto it = std::cbegin(params); it != std::cend(params); ++it) {
|
for (auto it = std::cbegin(params); it != std::cend(params); ++it) {
|
||||||
addParam(it.key(), it.value());
|
addParam(it.key(), it.value());
|
||||||
|
|
Loading…
Reference in a new issue