forked from AkkomaGang/akkoma
F O R M A T I N G
This commit is contained in:
parent
57c71f8468
commit
03b2d1016d
2 changed files with 2 additions and 3 deletions
|
@ -145,7 +145,6 @@ def run(["new" | rest]) do
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
||||||
defp escape_sh_path(path) do
|
defp escape_sh_path(path) do
|
||||||
~S(') <> String.replace(path, ~S('), ~S(\')) <> ~S(')
|
~S(') <> String.replace(path, ~S('), ~S(\')) <> ~S(')
|
||||||
end
|
end
|
||||||
|
|
|
@ -16,7 +16,7 @@ defmodule Mix.Tasks.Pleroma.User do
|
||||||
- `--password PASSWORD` - the user's password
|
- `--password PASSWORD` - the user's password
|
||||||
- `--moderator`/`--no-moderator` - whether the user is a moderator
|
- `--moderator`/`--no-moderator` - whether the user is a moderator
|
||||||
- `--admin`/`--no-admin` - whether the user is an admin
|
- `--admin`/`--no-admin` - whether the user is an admin
|
||||||
|
|
||||||
## Generate an invite link.
|
## Generate an invite link.
|
||||||
|
|
||||||
mix pleroma.user invite
|
mix pleroma.user invite
|
||||||
|
@ -276,9 +276,9 @@ def run(["invite"]) do
|
||||||
else
|
else
|
||||||
_ ->
|
_ ->
|
||||||
Mix.shell().error("Could not create invite token.")
|
Mix.shell().error("Could not create invite token.")
|
||||||
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
end
|
|
||||||
defp set_locked(nickname, value) do
|
defp set_locked(nickname, value) do
|
||||||
Mix.Ecto.ensure_started(Repo, [])
|
Mix.Ecto.ensure_started(Repo, [])
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue