バグ報告:「Discourse Automation」の「Auto Tag Topic」でリンク検出が機能しない、Oneboxが画像をトリigger

こんにちは

これには明示的なテストがあるので驚いています。

it "fires the trigger when post has a link" do
  list =
    capture_contexts do
      PostCreator.create(
        user,
        raw: "Check out this [link](https://example.com)",
        topic_id: topic.id,
      )
    end

  expect(list.length).to eq(1)
  expect(list[0]["kind"]).to eq("post_created_edited")
end

試している自動化全体のスクリーンショットと、トリガーされなかった投稿の生のテキストを教えていただけますか?