Discord | h12o#1035 |
Github | https://github.com/h12o |
Matrix | https://matrix.to/#/+h12o:matrix.org |
Weblog | https://blessedgeeks.org/~h12o/ |
Discord | h12o#1035 |
Github | https://github.com/h12o |
Matrix | https://matrix.to/#/+h12o:matrix.org |
Weblog | https://blessedgeeks.org/~h12o/ |
さきほどまで、このサーバに適用した引用機能の修正をしていました。
修正といっても、パッチ適用ミスによる詳細画面での引用失敗の修正。
具体的にはトゥートの詳細画面で引用ボタンをクリックすると、app/javascript/mastodon/features/status/components/action_bar.jsの87〜89行目
https://github.com/blessedgeeks-social/mastodon/blob/v3.3.0%23blessedgeeks-social/app/javascript/mastodon/features/status/components/action_bar.js#L87-L89
が`Uncaught TypeError: _this.props.onQuote is not a function`を吐きます。
あれ?と思って調べたら、app/javascript/mastodon/features/status/index.jsの596〜 `<ActionBar ... />`に`onQuote={this.handleQuoteClick}`が入っていなかったのでした。
(差分) https://github.com/blessedgeeks-social/mastodon/commit/1076721d8a80c5b5dc1b6409dd95b06fc7bd2b79
(修正後) https://github.com/blessedgeeks-social/mastodon/blob/1076721d8a80c5b5dc1b6409dd95b06fc7bd2b79/app/javascript/mastodon/features/status/index.js#L596-L617
QT: https://blessedgeeks.social/@h12o/105469253661853133