We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65e5146 commit 00cbd1eCopy full SHA for 00cbd1e
2 files changed
CHANGELOG.md
@@ -25,6 +25,7 @@
25
- Fix: `Mk:C:container` の `borderWidth` が正しく反映されない問題を修正
26
- Fix: mCaptchaが正しく動作しない問題を修正
27
- Fix: 非ログイン時にリバーシの対局が表示されない問題を修正
28
+- Fix: ノートの詳細表示でリアクションが全件表示されない問題を修正
29
30
### Server
31
- Enhance: OAuthのクライアント情報取得(Client Information Discovery)において、IndieWeb Living Standard 11 July 2024で定義されているJSONドキュメント形式に対応しました
packages/frontend/src/components/MkNoteDetailed.vue
@@ -143,7 +143,6 @@ SPDX-License-Identifier: AGPL-3.0-only
143
:reactionEmojis="$appearNote.reactionEmojis"
144
:myReaction="$appearNote.myReaction"
145
:noteId="appearNote.id"
146
- :maxNumber="16"
147
/>
148
<button class="_button" :class="$style.noteFooterButton" @click="reply()">
149
<i class="ti ti-arrow-back-up"></i>
0 commit comments