This commit is contained in:
InterSocial 2023-07-14 15:06:25 -04:00
parent b535322a72
commit c0a1a9a78d

View file

@ -512,7 +512,7 @@ const getInstanceFeatures = (instance: Instance) => {
*/
followHashtags: any([
v.software === MASTODON && gte(v.compatVersion, '4.0.0'),
v.software === PLEROMA && v.build === PLEROMA,
v.software === PLEROMA && v.build === AKKOMA,
]),
/**