From acbc326ab761abccd67b5c5187c985e6362507c2 Mon Sep 17 00:00:00 2001 From: itepechi <72330683+itepechi@users.noreply.github.com> Date: Mon, 23 Oct 2023 04:18:40 +0900 Subject: [PATCH] Expose the status of OpenSearch protocol support --- lib/pleroma/web/mastodon_api/views/instance_view.ex | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/pleroma/web/mastodon_api/views/instance_view.ex b/lib/pleroma/web/mastodon_api/views/instance_view.ex index c044aa83a..23647a187 100644 --- a/lib/pleroma/web/mastodon_api/views/instance_view.ex +++ b/lib/pleroma/web/mastodon_api/views/instance_view.ex @@ -95,6 +95,7 @@ defmodule Pleroma.Web.MastodonAPI.InstanceView do if Config.get([Pleroma.Search, :extensions, :search_option_following], true) do "bnakkoma:search_option_following" end, + "bnakkoma:opensearch_protocol", "custom_emoji_reactions", "pleroma:get:main/ostatus" ]