Skip to content
Snippets Groups Projects

Implement ability to subscribe to a user

Merged Tae Hoon requested to merge tae/pleroma-fe:482-subscribe-user into develop
Compare and
26 files
+ 212
146
Compare changes
  • Side-by-side
  • Inline
Files
26
@@ -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>
Loading