From 0692aa6efaa0d78525c456ffdf3763b8e8ba78dd Mon Sep 17 00:00:00 2001 From: Jesse Wierzbinski Date: Wed, 28 May 2025 20:42:29 +0200 Subject: [PATCH] fix(federation): :alien: Add Reactions to list of supported extensions --- README.md | 1 + api/well-known/versia.ts | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index 7125f440..7cf65d7c 100644 --- a/README.md +++ b/README.md @@ -95,6 +95,7 @@ The following extensions are currently supported or being worked on: - `pub.versia:instance_messaging`: Instance Messaging - `pub.versia:likes`: Likes - `pub.versia:share`: Share +- `pub.versia:reactions`: Reactions ## API diff --git a/api/well-known/versia.ts b/api/well-known/versia.ts index 1eb9d003..03c5a251 100644 --- a/api/well-known/versia.ts +++ b/api/well-known/versia.ts @@ -49,6 +49,7 @@ export default apiRoute((app) => "pub.versia:instance_messaging", "pub.versia:likes", "pub.versia:shares", + "pub.versia:reactions", ], versions: ["0.5.0"], },