logo

pleroma

My custom branche(s) on git.pleroma.social/pleroma/pleroma git clone https://hacktivis.me/git/pleroma.git
commit: 71baa713bc0ea3305ea69732a6f99a0e5537af3d
parent 8b5a658991e6ee3adf22d32c5e56dae5ff6aa0d1
Author: Alex Gleason <alex@alexgleason.me>
Date:   Fri, 14 Jan 2022 23:08:34 +0000

Merge branch 'show_blockers_visible' into 'develop'

Add blockers_visible to features list when it's enabled

See merge request pleroma/pleroma!3603

Diffstat:

Mlib/pleroma/web/mastodon_api/views/instance_view.ex3+++
1 file changed, 3 insertions(+), 0 deletions(-)

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