mirror of
https://git.pleroma.social/pleroma/pleroma.git
synced 2024-12-23 08:36:29 +00:00
Add pleroma:group_actors to instance features
This commit is contained in:
parent
e9d2fadd8e
commit
b273025fd7
1 changed files with 2 additions and 1 deletions
|
@ -125,7 +125,8 @@ defmodule Pleroma.Web.MastodonAPI.InstanceView do
|
||||||
if Config.get([:instance, :profile_directory]) do
|
if Config.get([:instance, :profile_directory]) do
|
||||||
"profile_directory"
|
"profile_directory"
|
||||||
end,
|
end,
|
||||||
"pleroma:get:main/ostatus"
|
"pleroma:get:main/ostatus",
|
||||||
|
"pleroma:group_actors"
|
||||||
]
|
]
|
||||||
|> Enum.filter(& &1)
|
|> Enum.filter(& &1)
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue