Merge remote-tracking branch 'origin/next' into next-timelines

This commit is contained in:
Alex Gleason
2022-04-12 20:11:17 -05:00
4 changed files with 16 additions and 7 deletions

View File

@ -142,6 +142,10 @@ const getInstanceFeatures = (instance: Instance) => {
trendingTruths: v.software === TRUTHSOCIAL,
trendingStatuses: v.software === MASTODON && gte(v.compatVersion, '3.5.0'),
pepe: v.software === TRUTHSOCIAL,
// FIXME: long-term this shouldn't be a feature,
// but for now we want it to be overrideable in the build
darkMode: true,
};
};