[#1895] Applied code review suggestion.

This commit is contained in:
Ivan Tashkinov 2020-07-08 12:36:44 +03:00
parent 20461137a3
commit 3f8370a285
1 changed files with 5 additions and 8 deletions

View File

@ -88,15 +88,12 @@ defmodule Pleroma.Web.MastodonAPI.TimelineController do
)
end
defp restrict_unauthenticated?(local_only) do
config_key =
if local_only do
:local
else
:federated
end
defp restrict_unauthenticated?(_local_only = true) do
Pleroma.Config.get([:restrict_unauthenticated, :timelines, :local])
end
Pleroma.Config.get([:restrict_unauthenticated, :timelines, config_key])
defp restrict_unauthenticated?(_) do
Pleroma.Config.get([:restrict_unauthenticated, :timelines, :federated])
end
# GET /api/v1/timelines/public