diff options
| author | Shpuld Shpludson <shp@cock.li> | 2019-06-18 16:31:20 +0000 |
|---|---|---|
| committer | HJ <30-hj@users.noreply.git.pleroma.social> | 2019-06-18 16:31:20 +0000 |
| commit | 76efbcbe9252106a9bb33b4c3017c15f85c5ac4d (patch) | |
| tree | 38c5f77425d717abf4ff2ed7a599b77800d1db1d /src/components/conversation/conversation.js | |
| parent | ac46de3972851e12373f690d3ef70f31cc7db1ef (diff) | |
Misc fixes: Fix uploads stretching on chrome, fix warnings in console
Diffstat (limited to 'src/components/conversation/conversation.js')
| -rw-r--r-- | src/components/conversation/conversation.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/conversation/conversation.js b/src/components/conversation/conversation.js index b3074590..8ae89421 100644 --- a/src/components/conversation/conversation.js +++ b/src/components/conversation/conversation.js @@ -139,6 +139,7 @@ const conversation = { return (this.isExpanded) && id === this.status.id }, setHighlight (id) { + if (!id) return this.highlight = id this.$store.dispatch('fetchFavsAndRepeats', id) }, |
