010101 even though you have the last version of fof/formatting
, you could have an older version of s9e/text-formatter
. Since the list of embeds is in TextFormatter, this means the exact list could differ.
TextFormatter is a third-party library and doesn't follow Flarum release cycle, so it might add or modify embeds at any time.
You can check what version of TextFormatter you have with composer show s9e/text-formatter
.
You could update TextFormatter with composer update s9e/text-formatter
All that being said, I don't know if the Soundcloud embed was modified in TextFormatter recently. You'd need to check their release notes or git history.