Skip to content

Commit

Permalink
Merge pull request #13724 from nextcloud/backport/13722/stable29
Browse files Browse the repository at this point in the history
[stable29] fix: non-moderators should not query participants from server
  • Loading branch information
nickvergessen authored Nov 7, 2024
2 parents d81eddc + ae38223 commit d8ce8e6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/components/RightSidebar/Participants/ParticipantsTab.vue
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,9 @@ export default {
},

handleInput() {
if (!this.canAdd) {
return
}
this.contactsLoading = true
this.searchResults = []
this.debounceFetchSearchResults()
Expand Down

0 comments on commit d8ce8e6

Please sign in to comment.