From 7d1e13c28d83ee1d699f10831f572da281644272 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?marcin=20miko=C5=82ajczak?= Date: Wed, 18 Jan 2023 21:53:33 +0000 Subject: [PATCH] Update features.ts --- app/soapbox/utils/features.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/soapbox/utils/features.ts b/app/soapbox/utils/features.ts index 08f6a50b0..a62babc44 100644 --- a/app/soapbox/utils/features.ts +++ b/app/soapbox/utils/features.ts @@ -17,7 +17,7 @@ const overrides = custom('features'); const any = (arr: Array): boolean => arr.some(Boolean); /** - * Friendica. + * Friendica, decentralized social platform implementing multiple federation protocols. * @see {@link https://friendi.ca/} */ export const FRIENDICA = 'Friendica';