Frontend: Fixed note previews with custom emojis
This commit is contained in:
parent
cb8e42d219
commit
f23aae4ac7
|
@ -8,6 +8,7 @@
|
|||
<div class="body">
|
||||
<div class="content">
|
||||
<Mfm
|
||||
:customEmojis="$instance.emojis"
|
||||
:text="preprocess(text).trim()"
|
||||
:author="$i"
|
||||
:i="$i"
|
||||
|
@ -20,7 +21,6 @@
|
|||
</template>
|
||||
|
||||
<script lang="ts" setup>
|
||||
import {} from "vue";
|
||||
import { preprocess } from "@/scripts/preprocess";
|
||||
|
||||
const props = defineProps<{
|
||||
|
|
Loading…
Reference in New Issue