Fix mix task User
-
The task
toggle_activatedcurrently was broken. -
To support changing both
adminandmoderatorstatus at the same time e.g. withmix pleroma.user set NICKNAME --moderator --adminwe need to reuse its User data.
Edited by link0ff
The task toggle_activated currently was broken.
To support changing both admin and moderator status at the same time e.g. with mix pleroma.user set NICKNAME --moderator --admin we need to reuse its User data.