forked from AkkomaGang/akkoma
[#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 @@ def direct(%{assigns: %{user: user}} = conn, params) 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