From 6e3705a6df1a953e903cf2c597412207379f4c49 Mon Sep 17 00:00:00 2001 From: Luna Date: Fri, 2 May 2025 18:44:53 -0300 Subject: [PATCH] fix typos --- scripts/pleroma_restrict_unauthenticated_search.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/pleroma_restrict_unauthenticated_search.lua b/scripts/pleroma_restrict_unauthenticated_search.lua index 6b7904b..b907dd3 100644 --- a/scripts/pleroma_restrict_unauthenticated_search.lua +++ b/scripts/pleroma_restrict_unauthenticated_search.lua @@ -1,8 +1,8 @@ -local function webfingerInit(cfg) +local function searchInit(cfg) return {} -- no ctx end -local function webfingerCallback(cfg, _ctx) +local function searchCallback(cfg, _ctx) local h, err = ngx.req.get_headers() if err == "truncated" then