Skip to content
Snippets Groups Projects
Commit 45c5e7b9 authored by MeiMei's avatar MeiMei Committed by syuilo
Browse files

Hide hidden contents in welcome timeline (#3682)

parent c81a94ff
No related branches found
No related tags found
No related merge requests found
......@@ -16,7 +16,7 @@
</div>
</header>
<div class="text">
<misskey-flavored-markdown v-if="note.text" :text="note.text" :author="note.user" :custom-emojis="note.emojis"/>
<misskey-flavored-markdown v-if="note.text" :text="note.cw != null ? note.cw : note.text" :author="note.user" :custom-emojis="note.emojis"/>
</div>
</div>
</div>
......
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