another doc update
This commit is contained in:
parent
ccb5b81179
commit
68a5c60113
1 changed files with 1 additions and 1 deletions
|
|
@ -2615,7 +2615,7 @@ defmodule Pleroma.User do
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
# Internal function; public one is `deactivate/2`
|
# Internal function; public one is `set_activation/2`
|
||||||
defp set_activation_status(user, status) do
|
defp set_activation_status(user, status) do
|
||||||
user
|
user
|
||||||
|> cast(%{is_active: status}, [:is_active])
|
|> cast(%{is_active: status}, [:is_active])
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue