Skip to content
Snippets Groups Projects
Commit f9393b0d authored by Ilja's avatar Ilja
Browse files

Use RichContent component for Reports

Note that this expects an emoji list for the reports. I made an MR in BE to provide that: pleroma!3650
parent 1d42d05c
No related branches found
No related tags found
2 merge requests!1711Update stable - 2.5.0 release,!1322#949 Feat/report notification
Pipeline #39348 failed
...@@ -28,10 +28,10 @@ ...@@ -28,10 +28,10 @@
</option> </option>
</Select> </Select>
</div> </div>
<!-- eslint-disable vue/no-v-html --> <RichContent
<div
class="report-content" class="report-content"
v-html="report.content" :html="report.content"
:emoji="report.emojis"
/> />
<div v-if="report.statuses.length"> <div v-if="report.statuses.length">
<small>{{ $t('report.reported_statuses') }}</small> <small>{{ $t('report.reported_statuses') }}</small>
......
  • Ilja @ilja

    mentioned in commit e5942526

    ·

    mentioned in commit e5942526

    Toggle commit list
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment