Skip to content

Commit

Permalink
fix: non-moderators should not query participants from server
Browse files Browse the repository at this point in the history
Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
  • Loading branch information
Antreesy authored and backportbot[bot] committed Nov 7, 2024
1 parent be73841 commit fa85b4c
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 fa85b4c

Please sign in to comment.