2023.10.0-beta.5-prismisskey.2

This commit is contained in:
mattyatea 2023-10-07 09:40:58 +09:00
parent 320299cc53
commit 8fb73c63d3
3 changed files with 1 additions and 30 deletions

View file

@ -5,7 +5,6 @@ SPDX-License-Identifier: AGPL-3.0-only
<template>
<div
v-if="!muted"
v-show="!isDeleted"
ref="el"
v-hotkey="keymap"
@ -145,15 +144,6 @@ SPDX-License-Identifier: AGPL-3.0-only
</div>
</article>
</div>
<div v-else :class="$style.muted" @click="muted = false">
<I18n :src="i18n.ts.userSaysSomething" tag="small">
<template #name>
<MkA v-user-preview="appearNote.userId" :to="userPage(appearNote.user)">
<MkUserName :user="appearNote.user"/>
</MkA>
</template>
</I18n>
</div>
</template>
<script lang="ts" setup>