Skip to content

Commit 00cbd1e

Browse files
fix(frontend): ノートの詳細表示でリアクション一覧が全件表示されない問題を修正 (#17137)
* fix(frontend): ノートの詳細表示でリアクション一覧が全件表示されない問題を修正 * Update Changelog
1 parent 65e5146 commit 00cbd1e

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
- Fix: `Mk:C:container``borderWidth` が正しく反映されない問題を修正
2626
- Fix: mCaptchaが正しく動作しない問題を修正
2727
- Fix: 非ログイン時にリバーシの対局が表示されない問題を修正
28+
- Fix: ノートの詳細表示でリアクションが全件表示されない問題を修正
2829

2930
### Server
3031
- Enhance: OAuthのクライアント情報取得(Client Information Discovery)において、IndieWeb Living Standard 11 July 2024で定義されているJSONドキュメント形式に対応しました

packages/frontend/src/components/MkNoteDetailed.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,6 @@ SPDX-License-Identifier: AGPL-3.0-only
143143
:reactionEmojis="$appearNote.reactionEmojis"
144144
:myReaction="$appearNote.myReaction"
145145
:noteId="appearNote.id"
146-
:maxNumber="16"
147146
/>
148147
<button class="_button" :class="$style.noteFooterButton" @click="reply()">
149148
<i class="ti ti-arrow-back-up"></i>

0 commit comments

Comments
 (0)