Add "feedUserFiltering" feature
This commit is contained in:
parent
33bebf5bba
commit
c41530b417
1 changed files with 3 additions and 0 deletions
|
@ -271,6 +271,9 @@ const getInstanceFeatures = (instance: Instance) => {
|
||||||
/** Whether the instance federates. */
|
/** Whether the instance federates. */
|
||||||
federating: federation.get('enabled', true) === true, // Assume true unless explicitly false
|
federating: federation.get('enabled', true) === true, // Assume true unless explicitly false
|
||||||
|
|
||||||
|
/** Whether or not to show the Feed Carousel for suggested Statuses */
|
||||||
|
feedUserFiltering: v.software === TRUTHSOCIAL,
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Can edit and manage timeline filters (aka "muted words").
|
* Can edit and manage timeline filters (aka "muted words").
|
||||||
* @see {@link https://docs.joinmastodon.org/methods/accounts/filters/}
|
* @see {@link https://docs.joinmastodon.org/methods/accounts/filters/}
|
||||||
|
|
Loading…
Reference in a new issue