From cc00eb898fe05a023979fe30cbc4c2490994bbfd Mon Sep 17 00:00:00 2001 From: Roger Braun Date: Mon, 28 Nov 2016 17:37:47 +0100 Subject: 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. --- src/components/conversation/conversation.js | 1 - 1 file changed, 1 deletion(-) (limited to 'src/components/conversation') 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}) -- cgit v1.2.3-70-g09d2