post editing #57

Closed
Ghost wants to merge 23 commits from (deleted):feat/editing into develop
Showing only changes of commit d27b070bfb - Show all commits

View file

@ -395,6 +395,7 @@ const conversation = {
setHighlight (id) {
if (!id) return
this.highlight = id
this.$store.dispatch('fetchStatus', id)
this.$store.dispatch('fetchFavsAndRepeats', id)
this.$store.dispatch('fetchEmojiReactionsBy', id)
},