From d05fcfa1a84d8f8089e1d691e8bd3e0d0960139c Mon Sep 17 00:00:00 2001 From: Francis Dinh Date: Thu, 14 Jun 2018 05:00:11 -0400 Subject: Add unretweet support --- src/components/retweet_button/retweet_button.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/components/retweet_button/retweet_button.js') diff --git a/src/components/retweet_button/retweet_button.js b/src/components/retweet_button/retweet_button.js index 4a43542d..b5b6422c 100644 --- a/src/components/retweet_button/retweet_button.js +++ b/src/components/retweet_button/retweet_button.js @@ -9,6 +9,8 @@ const RetweetButton = { retweet () { if (!this.status.repeated) { this.$store.dispatch('retweet', {id: this.status.id}) + } else { + this.$store.dispatch('unretweet', {id: this.status.id}) } this.animated = true setTimeout(() => { -- cgit v1.2.3-70-g09d2