mirror of
https://akkoma.dev/AkkomaGang/akkoma.git
synced 2024-11-10 19:29:11 +00:00
[#1895] credo fix.
This commit is contained in:
parent
3f8370a285
commit
a6495f4a68
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ defmodule Pleroma.Web.MastodonAPI.TimelineController do
|
|||
)
|
||||
end
|
||||
|
||||
defp restrict_unauthenticated?(_local_only = true) do
|
||||
defp restrict_unauthenticated?(true = _local_only) do
|
||||
Pleroma.Config.get([:restrict_unauthenticated, :timelines, :local])
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue