diff options
author | Tusooa Zhu <tusooa@kazv.moe> | 2022-06-21 12:32:44 -0400 |
---|---|---|
committer | Tusooa Zhu <tusooa@kazv.moe> | 2022-06-21 12:32:44 -0400 |
commit | 06da000c5d4fc8d71bd36bfb4cec9cbf4399dfe8 (patch) | |
tree | de70726a00dff35e682340023db9d65e67f8c187 | |
parent | 44613db853226015207977ee958ebbf4d26f7c00 (diff) | |
download | pleroma-06da000c5d4fc8d71bd36bfb4cec9cbf4399dfe8.tar.gz |
Add editing to features
-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 ee52475d5..4f613416b 100644 --- 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, |