summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2022-05-03 07:20:46 +0200
committerbackportbot-nextcloud[bot] <backportbot-nextcloud[bot]@users.noreply.github.com>2022-05-05 07:25:54 +0000
commit48c6b73f2d86fcdaf9c58d3814f3332747499cc8 (patch)
tree349a476e7b5bb51a3e43170be10832f2ba20d423 /core
parente295f5a4a2dda1c0053ef8353775ffb5105e4255 (diff)
downloadnextcloud-server-48c6b73f2d86fcdaf9c58d3814f3332747499cc8.tar.gz
nextcloud-server-48c6b73f2d86fcdaf9c58d3814f3332747499cc8.zip
Expose shareWithDisplayNameUnique also on autocomplete endpoint
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'core')
-rw-r--r--core/Controller/AutoCompleteController.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/Controller/AutoCompleteController.php b/core/Controller/AutoCompleteController.php
index 6cbca91ec0f..9f0e43dedd6 100644
--- a/core/Controller/AutoCompleteController.php
+++ b/core/Controller/AutoCompleteController.php
@@ -118,6 +118,7 @@ class AutoCompleteController extends Controller {
'source' => $type,
'status' => $result['status'] ?? '',
'subline' => $result['subline'] ?? '',
+ 'shareWithDisplayNameUnique' => $result['shareWithDisplayNameUnique'] ?? '',
];
}
}