Merge remote-tracking branch 'upstream/develop' into shigusegubu

* upstream/develop:
  add emoji reactions to changelog
  fix emoji reaction classes broken in develop
  review changes
  Fix password and email update
  remove unnecessary anonymous function
  Apply suggestion to src/services/api/api.service.js
  remove logs/commented code
  remove favs count from react button
  remove mock data
  change emoji reactions to use new format
  clean up code, fix prediction bug
  usable-but-buggy: picker, adding/removing reaction on click, search, styles
  wip commit, add basic popover for emoji reaction select
  add fetching for emoji reactions, draft design
This commit is contained in:
Henry Jameson 2020-01-28 20:44:32 +02:00
commit 913e513097
14 changed files with 408 additions and 4 deletions

View file

@ -159,6 +159,7 @@ const conversation = {
if (!id) return
this.highlight = id
this.$store.dispatch('fetchFavsAndRepeats', id)
this.$store.dispatch('fetchEmojiReactionsBy', id)
},
getHighlight () {
return this.isExpanded ? this.highlight : null