Embeds: enable for TruthSocial
This commit is contained in:
parent
9c7274ee01
commit
764b2302d9
1 changed files with 4 additions and 1 deletions
|
@ -242,7 +242,10 @@ const getInstanceFeatures = (instance: Instance) => {
|
||||||
* Ability to embed posts on external sites.
|
* Ability to embed posts on external sites.
|
||||||
* @see GET /api/oembed
|
* @see GET /api/oembed
|
||||||
*/
|
*/
|
||||||
embeds: v.software === MASTODON,
|
embeds: any([
|
||||||
|
v.software === MASTODON,
|
||||||
|
v.software === TRUTHSOCIAL,
|
||||||
|
]),
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Ability to add emoji reactions to a status.
|
* Ability to add emoji reactions to a status.
|
||||||
|
|
Loading…
Reference in a new issue