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