logo

pleroma

My custom branche(s) on git.pleroma.social/pleroma/pleroma git clone https://hacktivis.me/git/pleroma.git
commit: 06da000c5d4fc8d71bd36bfb4cec9cbf4399dfe8
parent 44613db853226015207977ee958ebbf4d26f7c00
Author: Tusooa Zhu <tusooa@kazv.moe>
Date:   Tue, 21 Jun 2022 12:32:44 -0400

Add editing to features

Diffstat:

Mlib/pleroma/web/mastodon_api/views/instance_view.ex1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/lib/pleroma/web/mastodon_api/views/instance_view.ex b/lib/pleroma/web/mastodon_api/views/instance_view.ex @@ -68,6 +68,7 @@ defmodule Pleroma.Web.MastodonAPI.InstanceView do "shareable_emoji_packs", "multifetch", "pleroma:api/v1/notifications:include_types_filter", + "editing", if Config.get([:activitypub, :blockers_visible]) do "blockers_visible" end,