diff options
author | rinpatch <rinpatch@sdf.org> | 2018-12-07 10:44:54 +0300 |
---|---|---|
committer | rinpatch <rinpatch@sdf.org> | 2018-12-07 10:44:54 +0300 |
commit | f7e23aee9068664af4ed3c00dfe16878a73daa61 (patch) | |
tree | d44748b86890b15b01164aaaabb92d01c2d99b02 | |
parent | f6618138078f199ea34801ddee4f51cd6bae03e6 (diff) | |
download | pleroma-f7e23aee9068664af4ed3c00dfe16878a73daa61.tar.gz |
Oops
-rw-r--r-- | lib/mix/tasks/pleroma/user.ex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/mix/tasks/pleroma/user.ex b/lib/mix/tasks/pleroma/user.ex index 5299448c3..590553443 100644 --- a/lib/mix/tasks/pleroma/user.ex +++ b/lib/mix/tasks/pleroma/user.ex @@ -30,7 +30,7 @@ defmodule Mix.Tasks.Pleroma.User do ## Deactivate or activate the user's account. mix pleroma.user toggle_activated NICKNAME - + ## Unsubscribe local users from user's account and deactivate it mix pleroma.user unsubscribe NICKNAME |