Merge branch 'feed-suggestions' into 'develop'
Feed suggestions See merge request soapbox-pub/soapbox-fe!1595
This commit is contained in:
@@ -577,6 +577,11 @@ const getInstanceFeatures = (instance: Instance) => {
|
||||
v.software === TRUTHSOCIAL,
|
||||
]),
|
||||
|
||||
/**
|
||||
* Supports Truth suggestions.
|
||||
*/
|
||||
truthSuggestions: v.software === TRUTHSOCIAL,
|
||||
|
||||
/**
|
||||
* Whether the backend allows adding users you don't follow to lists.
|
||||
* @see POST /api/v1/lists/:id/accounts
|
||||
|
||||
Reference in New Issue
Block a user