aboutsummaryrefslogtreecommitdiff
path: root/src/components/conversation/conversation.js
diff options
context:
space:
mode:
authorRoger Braun <roger@rogerbraun.net>2016-11-28 17:37:47 +0100
committerRoger Braun <roger@rogerbraun.net>2016-11-28 17:37:47 +0100
commitcc00eb898fe05a023979fe30cbc4c2490994bbfd (patch)
tree05b83e7cca6e32ee3063cf2e76aa23434d369f61 /src/components/conversation/conversation.js
parent2f7e5c8770719595f3a7c2a2fd5f7ba5f15914d4 (diff)
Switch from moment.js to vue-timeago.
Much smaller filesize for vendor.js, although we'll have to see if all the intervals are ok.
Diffstat (limited to 'src/components/conversation/conversation.js')
-rw-r--r--src/components/conversation/conversation.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/components/conversation/conversation.js b/src/components/conversation/conversation.js
index 3b9cdbf7..ab804ce6 100644
--- a/src/components/conversation/conversation.js
+++ b/src/components/conversation/conversation.js
@@ -36,7 +36,6 @@ const conversation = {
const conversationId = this.status.statusnet_conversation_id
this.$store.state.api.backendInteractor.fetchConversation({id: conversationId})
.then((statuses) => this.$store.dispatch('addNewStatuses', { statuses }))
- .then(() => this.$store.commit('updateTimestamps'))
} else {
const id = this.$route.params.id
this.$store.state.api.backendInteractor.fetchStatus({id})