logo

pleroma

My custom branche(s) on git.pleroma.social/pleroma/pleroma git clone https://hacktivis.me/git/pleroma.git
commit: 5716f88a1d8424cf7c62a0491b3bf9607dc9aa3f
parent f4ccdfd5033e7b1136ae0fe4e41dba78d83e80cf
Author: Alex Gleason <alex@alexgleason.me>
Date:   Sat, 22 Jan 2022 23:09:33 -0600

InstanceView: add "quote_posting" feature

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 @@ -69,6 +69,7 @@ defmodule Pleroma.Web.MastodonAPI.InstanceView do "multifetch", "pleroma:api/v1/notifications:include_types_filter", "editing", + "quote_posting", if Config.get([:activitypub, :blockers_visible]) do "blockers_visible" end,