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? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
絵文字リアクションが正常に受容される
常に拒否される
mastodon/app/models/admin/ng_rule.rb
Lines 60 to 71 in dc3aabb
ここからtext_match?が呼び出されるが、ここではカスタム絵文字のドメインがnilだった場合、常にtrueを返すようになっている
text_match?
nil
true
Lines 145 to 149 in dc3aabb
account_match?でやっているような特別な条件分岐をいれるべきである
account_match?
mstdn.yuicho.net
16.1
No response
The text was updated successfully, but these errors were encountered:
Fix: #959 NGルールで絵文字リアクションを拒否した場合、自分のサーバーのカスタム絵文字は常に拒否される
ad03b34
Successfully merging a pull request may close this issue.
バグの再現手順
期待する動作
絵文字リアクションが正常に受容される
実際の動作
常に拒否される
詳しい情報
mastodon/app/models/admin/ng_rule.rb
Lines 60 to 71 in dc3aabb
ここから
text_match?
が呼び出されるが、ここではカスタム絵文字のドメインがnil
だった場合、常にtrue
を返すようになっているmastodon/app/models/admin/ng_rule.rb
Lines 145 to 149 in dc3aabb
account_match?
でやっているような特別な条件分岐をいれるべきであるバグが発生したkmyblueサーバーのドメイン
mstdn.yuicho.net
バグが発生したkmyblueのバージョン
16.1
ブラウザの名前
No response
OS
No response
その他の詳細情報
No response
The text was updated successfully, but these errors were encountered: