From ba632b7d61070327cc14e46993dce4e113d8c644 Mon Sep 17 00:00:00 2001 From: 3wc <3wc@doesthisthing.work> Date: Sat, 7 Jun 2025 19:01:03 +0100 Subject: [PATCH] Also approve accounts when creating with admin() --- abra.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/abra.sh b/abra.sh index 01963ce..1729e2c 100644 --- a/abra.sh +++ b/abra.sh @@ -57,6 +57,7 @@ admin() { environment bin/tootctl accounts create "$1" --email "$2" --confirmed --role Owner + bin/tootctl accounts approve "$1" } shell() {