From 5cf2145bec4872e2632562f2f97180a18f113376 Mon Sep 17 00:00:00 2001 From: pancakes Date: Mon, 21 Oct 2024 16:32:14 +1000 Subject: [PATCH] [backend] Update WebFinger nodeinfo features --- Iceshrimp.Backend/Core/Federation/WebFinger/Types.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Iceshrimp.Backend/Core/Federation/WebFinger/Types.cs b/Iceshrimp.Backend/Core/Federation/WebFinger/Types.cs index e66f0012..c5e24355 100644 --- a/Iceshrimp.Backend/Core/Federation/WebFinger/Types.cs +++ b/Iceshrimp.Backend/Core/Federation/WebFinger/Types.cs @@ -132,7 +132,8 @@ public class NodeInfoResponse "editing", "pleroma_emoji_reactions", "exposable_reactions", - "custom_emoji_reactions" + "custom_emoji_reactions", + "pleroma:bites" ]; [J("localBubbleInstances")] public string[] LocalBubbleInstances { get; set; } = [];