Merge pull request #3009 from nextcloud/backport/3005/stable1.2
[stable1.2] Do not query the lookupserver when looking for sharees
This commit is contained in:
@@ -415,6 +415,7 @@ export default new Vuex.Store({
|
||||
params.append('format', 'json')
|
||||
params.append('perPage', 20)
|
||||
params.append('itemType', [0, 1, 4, 7])
|
||||
params.append('lookup', false)
|
||||
|
||||
const response = await axios.get(generateOcsUrl('apps/files_sharing/api/v1') + 'sharees', { params })
|
||||
commit('setSharees', response.data.ocs.data)
|
||||
|
||||
Reference in New Issue
Block a user