Merge branch 'develop'

This commit is contained in:
syuilo 2021-10-25 03:57:09 +09:00
commit 80783199a9
3 changed files with 10 additions and 1 deletions

View file

@ -7,6 +7,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">