diff options
| author | Roger Braun <roger@rogerbraun.net> | 2017-02-20 18:06:01 +0100 |
|---|---|---|
| committer | Roger Braun <roger@rogerbraun.net> | 2017-02-20 18:06:01 +0100 |
| commit | 9763009d8616765ce87f1dcf8d22e935c45a22c8 (patch) | |
| tree | 3496783f9d5c38edf1e78dec45814ea86a351094 /src/components/user_card_content/user_card_content.vue | |
| parent | f40653a49d6cb0bde683a4f93dbb632592e141b6 (diff) | |
| parent | 8429de22e8a45b8cb35f7026c61ebd581b1ef159 (diff) | |
Merge branch 'feature/mutes' into develop
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) } } } |
