Add "feedUserFiltering" feature

environments/review-feed-repla-6j3cqg/deployments/424
Justin 2022-06-22 08:55:55 -04:00
rodzic 33bebf5bba
commit c41530b417
1 zmienionych plików z 3 dodań i 0 usunięć

Wyświetl plik

@ -271,6 +271,9 @@ const getInstanceFeatures = (instance: Instance) => {
/** Whether the instance federates. */
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").
* @see {@link https://docs.joinmastodon.org/methods/accounts/filters/}