diff options
author | Alex Gleason <alex@alexgleason.me> | 2022-01-22 23:09:33 -0600 |
---|---|---|
committer | Alex Gleason <alex@alexgleason.me> | 2022-01-22 23:09:33 -0600 |
commit | c22b35458776da25403efe18ade770dab8d347ae (patch) | |
tree | 579aa1d5256b1e40190dae60500223cba4b95e38 | |
parent | d293265b064198196d53dca25c9e9785d03989be (diff) | |
download | pleroma-c22b35458776da25403efe18ade770dab8d347ae.tar.gz |
InstanceView: add "quote_posting" feature
-rw-r--r-- | lib/pleroma/web/mastodon_api/views/instance_view.ex | 1 |
1 files changed, 1 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 index cbed5fba9..68926f09d 100644 --- a/lib/pleroma/web/mastodon_api/views/instance_view.ex +++ b/lib/pleroma/web/mastodon_api/views/instance_view.ex @@ -65,6 +65,7 @@ defmodule Pleroma.Web.MastodonAPI.InstanceView do "shareable_emoji_packs", "multifetch", "pleroma:api/v1/notifications:include_types_filter", + "quote_posting", if Config.get([:activitypub, :blockers_visible]) do "blockers_visible" end, |