Skip to content

Commit

Permalink
Merge pull request #13723 from nextcloud/backport/13722/stable28
Browse files Browse the repository at this point in the history
[stable28] fix: non-moderators should not query participants from server
  • Loading branch information
nickvergessen authored Nov 7, 2024
2 parents be73841 + fa85b4c commit 00419e7
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 @@ -221,6 +221,9 @@ export default {
},

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

0 comments on commit 00419e7

Please sign in to comment.