From 06b040241cd852a3004cec390d22f894e3ff7adb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?marcin=20miko=C5=82ajczak?= Date: Tue, 17 Jan 2023 23:12:17 +0000 Subject: [PATCH] Fix @see in 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 6d1ce4749..82d525b30 100644 --- a/app/soapbox/utils/features.ts +++ b/app/soapbox/utils/features.ts @@ -279,7 +279,7 @@ const getInstanceFeatures = (instance: Instance) => { /** * Paginated chats API. - * @see GET /api/v2/chats + * @see GET /api/v2/pleroma/chats */ chatsV2: any([ v.software === TRUTHSOCIAL,