Grab mutes from server on patched servers.
This commit is contained in:
parent
3fd0d0d1cb
commit
9c1093b6ca
4 changed files with 45 additions and 3 deletions
|
@ -82,6 +82,7 @@
|
|||
toggleMute () {
|
||||
const store = this.$store
|
||||
store.commit('setMuted', {user: this.user, muted: !this.user.muted})
|
||||
store.state.api.backendInteractor.setUserMute(this.user)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue