フォロー
埋め込み用hamlでcentered:trueになってstatus呼び出し
https://github.com/mastodon/mastodon/blob/main/app/views/statuses/embed.html.haml#L2
↓
_status.html.hamlでcentered:trueならstatuses/detailed_statusを使う
https://github.com/mastodon/mastodon/blob/main/app/views/statuses/_status.html.haml#L41
↓
statuses/detailed_statusのレンダリングで動画レンダリング部分にdetailed: trueを渡す
https://github.com/mastodon/mastodon/blob/main/app/views/statuses/_detailed_status.html.haml#L31
↓
videoのJavaScriptでautoFocus={detailed}、つまりtrueが設定されるので15281する
https://github.com/mastodon/mastodon/blob/main/app/javascript/mastodon/features/video/index.js#L620
は??埋め込みでしかautoFocus=trueになってなくね??