Fix missing username conversions (#3922)

This commit is contained in:
MeiMei
2019-01-19 08:28:46 +09:00
committed by syuilo
parent fa051df381
commit 160f424466
7 changed files with 21 additions and 20 deletions

View File

@@ -1,7 +1,8 @@
<template>
<mk-ui>
<template slot="header" v-if="!fetching">
<img :src="user.avatarUrl" alt="">{{ $t('following-of', { name }) }}
<img :src="user.avatarUrl" alt="">
<misskey-flavored-markdown :text="$t('following-of', { name })" :shouldBreak="false" :plainText="true" :custom-emojis="user.emojis"/>
</template>
<mk-users-list
v-if="!fetching"