diff --git a/app/soapbox/utils/features.ts b/app/soapbox/utils/features.ts index 2043e3545..c9eac3688 100644 --- a/app/soapbox/utils/features.ts +++ b/app/soapbox/utils/features.ts @@ -242,7 +242,10 @@ const getInstanceFeatures = (instance: Instance) => { * Ability to embed posts on external sites. * @see GET /api/oembed */ - embeds: v.software === MASTODON, + embeds: any([ + v.software === MASTODON, + v.software === TRUTHSOCIAL, + ]), /** * Ability to add emoji reactions to a status.