fix test hopefully

pull/873/head
Nolan Lawson 2019-01-12 11:03:19 -08:00
rodzic 384e3adb4d
commit 7d8e2671ad
1 zmienionych plików z 0 dodań i 2 usunięć

Wyświetl plik

@ -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)