user appearNote in NoteSub mute placeholders

This commit is contained in:
Hazelnoot 2025-05-10 21:53:05 -04:00
parent 0e4b7c91f1
commit f402fd3313
2 changed files with 2 additions and 2 deletions

View file

@ -75,7 +75,7 @@ SPDX-License-Identifier: AGPL-3.0-only
<div v-else :class="$style.muted" @click="muted = false"> <div v-else :class="$style.muted" @click="muted = false">
<I18n :src="i18n.ts.userSaysSomething" tag="small"> <I18n :src="i18n.ts.userSaysSomething" tag="small">
<template #name> <template #name>
<MkUserName :user="note.user"/> <MkUserName :user="appearNote.user"/>
</template> </template>
</I18n> </I18n>
</div> </div>

View file

@ -83,7 +83,7 @@ SPDX-License-Identifier: AGPL-3.0-only
<div v-else :class="$style.muted" @click="muted = false"> <div v-else :class="$style.muted" @click="muted = false">
<I18n :src="i18n.ts.userSaysSomething" tag="small"> <I18n :src="i18n.ts.userSaysSomething" tag="small">
<template #name> <template #name>
<MkUserName :user="note.user"/> <MkUserName :user="appearNote.user"/>
</template> </template>
</I18n> </I18n>
</div> </div>