Merge branch 'next-conditional-profile' into 'next'
Next: EditProfile: conditional features See merge request soapbox-pub/soapbox-fe!1232
This commit is contained in:
commit
9f962ccec3
2 changed files with 2 additions and 0 deletions
Binary file not shown.
|
@ -142,6 +142,8 @@ const getInstanceFeatures = (instance: Instance) => {
|
|||
trendingTruths: v.software === TRUTHSOCIAL,
|
||||
trendingStatuses: v.software === MASTODON && gte(v.compatVersion, '3.5.0'),
|
||||
pepe: v.software === TRUTHSOCIAL,
|
||||
accountLocation: v.software === TRUTHSOCIAL,
|
||||
accountWebsite: v.software === TRUTHSOCIAL,
|
||||
|
||||
// FIXME: long-term this shouldn't be a feature,
|
||||
// but for now we want it to be overrideable in the build
|
||||
|
|
Loading…
Reference in a new issue