mirror of
https://git.pleroma.social/pleroma/pleroma.git
synced 2025-04-09 20:44:08 +00:00
InstanceView: do not repeat information
Signed-off-by: mkljczk <git@mkljczk.pl>
This commit is contained in:
parent
08de5f94e3
commit
25a3ee2256
1 changed files with 0 additions and 3 deletions
|
@ -157,9 +157,6 @@ defmodule Pleroma.Web.MastodonAPI.InstanceView do
|
|||
"pleroma:bookmark_folders",
|
||||
if Pleroma.Language.LanguageDetector.configured?() do
|
||||
"pleroma:language_detection"
|
||||
end,
|
||||
if Pleroma.Language.Translation.configured?() do
|
||||
"translation"
|
||||
end
|
||||
]
|
||||
|> Enum.filter(& &1)
|
||||
|
|
Loading…
Reference in a new issue