Merge branch 'develop' into swn

This commit is contained in:
tamaina 2021-10-25 21:59:07 +09:00
commit 89777c3f21
3 changed files with 10 additions and 1 deletions

View File

@ -10,6 +10,13 @@
-->
## 12.94.1 (2021/10/25)
### Improvements
### Bugfixes
- クライアント: ユーザーページのナビゲーションが失敗する問題を修正
## 12.94.0 (2021/10/25)
### Improvements

View File

@ -1,6 +1,6 @@
{
"name": "misskey",
"version": "12.94.0",
"version": "12.94.1",
"codename": "indigo",
"repository": {
"type": "git",

View File

@ -1,4 +1,5 @@
<template>
<div>
<transition name="fade" mode="out-in">
<div class="ftskorzw wide" v-if="user && narrow === false">
<MkRemoteCaution v-if="user.host != null" :href="user.url"/>
@ -190,6 +191,7 @@
<MkError v-else-if="error" @retry="fetch()"/>
<MkLoading v-else/>
</transition>
</div>
</template>
<script lang="ts">