diff options
author | Alex Gleason <alex@alexgleason.me> | 2021-11-26 22:45:49 -0600 |
---|---|---|
committer | Alex Gleason <alex@alexgleason.me> | 2021-11-26 22:45:49 -0600 |
commit | 8dc1d2201a21d88090c114b59e1d06f76db66897 (patch) | |
tree | ef43842e4a28a66f448993a6448b448e2056a5c3 | |
parent | e5a7547fbe1c8eccafabc458e1cbec1461bcbc9c (diff) | |
download | pleroma-8dc1d2201a21d88090c114b59e1d06f76db66897.tar.gz |
Instance: add v2_suggestions 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 3528185d5..8284f93f5 100644 --- a/lib/pleroma/web/mastodon_api/views/instance_view.ex +++ b/lib/pleroma/web/mastodon_api/views/instance_view.ex @@ -59,6 +59,7 @@ defmodule Pleroma.Web.MastodonAPI.InstanceView do "mastodon_api", "mastodon_api_streaming", "polls", + "v2_suggestions", "pleroma_explicit_addressing", "shareable_emoji_packs", "multifetch", |