fix test hopefully
This commit is contained in:
parent
384e3adb4d
commit
7d8e2671ad
|
@ -44,7 +44,6 @@
|
|||
import { mark, stop } from '../../_utils/marks'
|
||||
import { emojifyText } from '../../_utils/emojifyText'
|
||||
import escapeHtml from 'escape-html'
|
||||
import { LONG_POST_TEXT } from '../../_static/statuses'
|
||||
|
||||
export default {
|
||||
oncreate () {
|
||||
|
@ -53,7 +52,6 @@
|
|||
},
|
||||
store: () => store,
|
||||
computed: {
|
||||
spoilerText: ({ originalStatus }) => originalStatus.spoiler_text || LONG_POST_TEXT,
|
||||
emojis: ({ originalStatus }) => originalStatus.emojis,
|
||||
massagedSpoilerText: ({ spoilerText, emojis, $autoplayGifs }) => {
|
||||
spoilerText = escapeHtml(spoilerText)
|
||||
|
|
Loading…
Reference in New Issue