summaryrefslogtreecommitdiffstats
path: root/js
diff options
context:
space:
mode:
Diffstat (limited to 'js')
-rw-r--r--js/controller/ShareController.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/js/controller/ShareController.js b/js/controller/ShareController.js
index 43e0a8c05..0eb7b81c9 100644
--- a/js/controller/ShareController.js
+++ b/js/controller/ShareController.js
@@ -40,6 +40,7 @@ app.controller('ShareController', function (ShareResource, Loading) {
.then((response) => {
if (this.searchQuery === search) {
this.userList = response.ocs.data.users;
+ this.userList = this.userList.concat(response.ocs.data.exact.users);
Loading.setLoading('user', false);
}
})