Skip to content

Commit

Permalink
Mfm
Browse files Browse the repository at this point in the history
  • Loading branch information
kozakura913 committed Sep 19, 2024
1 parent f8b024b commit 757ada4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/frontend/src/pages/clip.vue
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ SPDX-License-Identifier: AGPL-3.0-only
<div class="_panel">
<div class="_gaps_s" :class="$style.description">
<div v-if="clip.description">
<Mfm :text="clip.description" :isNote="false"/>
<Mfm :text="clip.description" :isNote="false" :author="clip.user" :emojiUrls="clip.emojis"/>
</div>
<div v-else>({{ i18n.ts.noDescription }})</div>
<div>
Expand Down

0 comments on commit 757ada4

Please sign in to comment.