forked from FoundKeyGang/FoundKey
parent
53f55defda
commit
8661cd1ee7
2 changed files with 3 additions and 2 deletions
|
@ -18,6 +18,7 @@
|
|||
- データベースのインデックスを最適化
|
||||
|
||||
### Bugfixes
|
||||
- Renoteされた時刻が投稿された時刻のように表示される問題を修正
|
||||
- ActivityPub: 長いユーザーの名前や自己紹介の対応
|
||||
|
||||
## 12.87.0 (2021/08/12)
|
||||
|
|
|
@ -86,8 +86,8 @@
|
|||
</div>
|
||||
<footer class="footer">
|
||||
<div class="info">
|
||||
<span class="mobile" v-if="note.viaMobile"><i class="fas fa-mobile-alt"></i></span>
|
||||
<MkTime class="created-at" :time="note.createdAt" mode="detail"/>
|
||||
<span class="mobile" v-if="appearNote.viaMobile"><i class="fas fa-mobile-alt"></i></span>
|
||||
<MkTime class="created-at" :time="appearNote.createdAt" mode="detail"/>
|
||||
</div>
|
||||
<XReactionsViewer :note="appearNote" ref="reactionsViewer"/>
|
||||
<button @click="reply()" class="button _button">
|
||||
|
|
Loading…
Reference in a new issue