File tree Expand file tree Collapse file tree 2 files changed +1
-1
lines changed
packages/frontend/src/components Expand file tree Collapse file tree 2 files changed +1
-1
lines changed Original file line number Diff line number Diff line change 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ドキュメント形式に対応しました
Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments