Merge branch 'develop' of https://github.com/syuilo/misskey into develop

This commit is contained in:
syuilo
2020-10-28 22:48:25 +09:00
3 changed files with 5 additions and 3 deletions

View File

@ -42,7 +42,8 @@
<small style="opacity: 0.7;">{{ file.name }}</small>
</div>
<div>
<MkAcct :user="file.user"/>
<MkAcct v-if="file.user" :user="file.user"/>
<div v-else>{{ $t('system') }}</div>
</div>
<div>
<span style="margin-right: 1em;">{{ file.type }}</span>