commit: 68a5c6011356457cd2639d1f4b4da6347f8b4f9f
parent ccb5b81179395a65cceb38a27a53f8c8241d6d70
Author: mkljczk <me@mkljczk.pl>
Date: Thu, 8 May 2025 13:45:22 +0200
another doc update
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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])