diff options
| author | Roger Braun <roger@rogerbraun.net> | 2017-02-20 18:01:45 +0100 |
|---|---|---|
| committer | Roger Braun <roger@rogerbraun.net> | 2017-02-20 18:01:45 +0100 |
| commit | 9c1093b6ca695d00794c7db08f5ce0568717af59 (patch) | |
| tree | e5ebf59abab82c37b55f58070f0d5a0b2058e346 /src/components/user_card_content/user_card_content.vue | |
| parent | 3fd0d0d1cba11f469d8f00b9bf00bea0dfdf1494 (diff) | |
Grab mutes from server on patched servers.
Diffstat (limited to 'src/components/user_card_content/user_card_content.vue')
| -rw-r--r-- | src/components/user_card_content/user_card_content.vue | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/user_card_content/user_card_content.vue b/src/components/user_card_content/user_card_content.vue index 0ee1d86f..59cee734 100644 --- a/src/components/user_card_content/user_card_content.vue +++ b/src/components/user_card_content/user_card_content.vue @@ -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) } } } |
