음, 아니에요. 결국 Discourse의 버그인 것 같습니다: Posts from Discourse do not resolve via the Search API · Issue #34632 · mastodon/mastodon · GitHub
조금 더 조사해 보니, Mastodon은 다음
Accept헤더로 리소스를 요청합니다:Accept: application/activity+json, application/ld+json; profile="https://www.w3.org/ns/activitystreams", text/html;q=0.1이 헤더로 Discourse에 쿼리를 보내면 HTTP 400 응답이 반환됩니다.
text/html;q=0.1을 제외하면 ActivityStreams 객체가 반환됩니다. 따라서 이는 Discourse의 버그로 보이며,text/html이 허용되는 타입의 일부인 경우 항상 400을 반환하는 것 같습니다…