aboutsummaryrefslogtreecommitdiff
path: root/src/components/attachment/attachment.vue
diff options
context:
space:
mode:
authorShpuld Shpludson <shp@cock.li>2019-07-15 19:09:01 +0000
committerShpuld Shpludson <shp@cock.li>2019-07-15 19:09:01 +0000
commit3370dd80dc4644f2bff053b97b18698cd2abb550 (patch)
tree0f4ad9f266eafada88cf6314a276f30257a1f116 /src/components/attachment/attachment.vue
parent7ed9d17ce745abc38a27d4994452a136357aba46 (diff)
parente9b452575b9a5ef87808898086771ae806fc3a8b (diff)
Merge branch 'develop' into 'feat/conversation-muting'
# Conflicts: # src/services/api/api.service.js
Diffstat (limited to 'src/components/attachment/attachment.vue')
-rw-r--r--src/components/attachment/attachment.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/attachment/attachment.vue b/src/components/attachment/attachment.vue
index 108dc36e..ec326c45 100644
--- a/src/components/attachment/attachment.vue
+++ b/src/components/attachment/attachment.vue
@@ -100,7 +100,7 @@
<!-- eslint-disable vue/no-v-html -->
<h1><a :href="attachment.url">{{ attachment.oembed.title }}</a></h1>
<div v-html="attachment.oembed.oembedHTML" />
- <!-- eslint-enabled vue/no-v-html -->
+ <!-- eslint-enable vue/no-v-html -->
</div>
</div>
</div>