diff --git a/src/utils/features.ts b/src/utils/features.ts index ccad8d361..c9c8bb6a2 100644 --- a/src/utils/features.ts +++ b/src/utils/features.ts @@ -1017,6 +1017,12 @@ const getInstanceFeatures = (instance: InstanceV1 | InstanceV2) => { */ spoilers: v.software !== TRUTHSOCIAL, + /** + * Can view user streaks. + * @see GET /api/v1/accounts/verify_credentials + */ + streak: v.software === DITTO, + /** * Can display suggested accounts. * @see {@link https://docs.joinmastodon.org/methods/suggestions/}