We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
aliases
null
エラーなく画面表示される
ブラウザのエラーが表示される
ブラウザでデバッグしてみると、カスタム絵文字のaliasesが以下の値になっていた
[null]
自分のサーバー内でテキストを設定する時に空文字列・NULLを除外する処理が入るが、他のサーバーの絵文字をコピーする場合はその限りでない。 他のサーバーにバグがあってaliasesにnullが入る可能性を考慮した方がいい
mastodon/app/models/custom_emoji.rb
Lines 72 to 82 in 650d40c
si.okin-jp.net
10.0 rc
No response
The text was updated successfully, but these errors were encountered:
Fix: #442 カスタム絵文字のaliasesにnullが入る場合がある
38871a5
Fix: #442 カスタム絵文字のaliasesにnullが入る場合がある (#443)
dc73c30
* Fix: #442 カスタム絵文字のaliasesにnullが入る場合がある * Fix test * WebのほうにもNULLチェックを追加 * ローカルのエイリアス名を編集するところもついでにスリムに
Successfully merging a pull request may close this issue.
バグの再現手順
期待する動作
エラーなく画面表示される
実際の動作
ブラウザのエラーが表示される
ブラウザでデバッグしてみると、カスタム絵文字の
aliases
が以下の値になっていた詳しい情報
自分のサーバー内でテキストを設定する時に空文字列・NULLを除外する処理が入るが、他のサーバーの絵文字をコピーする場合はその限りでない。
他のサーバーにバグがあって
aliases
にnull
が入る可能性を考慮した方がいいmastodon/app/models/custom_emoji.rb
Lines 72 to 82 in 650d40c
バグが発生したkmyblueサーバーのドメイン
si.okin-jp.net
バグが発生したkmyblueのバージョン
10.0 rc
ブラウザの名前
No response
OS
No response
その他の詳細情報
No response
The text was updated successfully, but these errors were encountered: