features: support accountLookup for TruthSocial

This commit is contained in:
Alex Gleason
2022-04-29 09:16:20 -05:00
parent ff959a4417
commit 92535a961f

View File

@ -95,6 +95,7 @@ const getInstanceFeatures = (instance: Instance) => {
accountLookup: any([
v.software === MASTODON && gte(v.compatVersion, '3.4.0'),
v.software === PLEROMA && gte(v.version, '2.4.50'),
v.software === TRUTHSOCIAL,
]),
/**