From 68a5c6011356457cd2639d1f4b4da6347f8b4f9f Mon Sep 17 00:00:00 2001 From: mkljczk Date: Thu, 8 May 2025 13:45:22 +0200 Subject: [PATCH] another doc update --- lib/pleroma/user.ex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/pleroma/user.ex b/lib/pleroma/user.ex index a5672fe4a..8fd8e164d 100644 --- a/lib/pleroma/user.ex +++ b/lib/pleroma/user.ex @@ -2615,7 +2615,7 @@ defmodule Pleroma.User do end end - # Internal function; public one is `deactivate/2` + # Internal function; public one is `set_activation/2` defp set_activation_status(user, status) do user |> cast(%{is_active: status}, [:is_active])